Update tax_invoice.php

Textarea replacement
This commit is contained in:
WShells
2020-11-20 00:06:30 +02:00
committed by jekkos
parent ea64e5bb40
commit 9318adaeb9

View File

@@ -51,7 +51,7 @@ $(document).ready(function()
if(isset($customer))
{
?>
<textarea id="customer" rows="5" cols="6"><?php echo $customer_info ?></textarea>
<div id="customer"><?php echo nl2br($customer_info) ?></div>
<?php
}
?>
@@ -79,7 +79,7 @@ $(document).ready(function()
</div>
<div id="block2">
<textarea id="company-title" rows="5" cols="35"><?php echo $company_info ?></textarea>
<div id="company-title"><?php echo nl2br($company_info) ?></div>
<table id="meta">
<tr>
<td class="meta-head"><?php echo $this->lang->line('sales_invoice_number');?> </td>