mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-13 19:40:06 -04:00
Update tax_invoice.php
Textarea replacement
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user