Update receipt.php
This commit is contained in:
parent
c46f255408
commit
3e8d2407c8
@ -138,8 +138,8 @@ if ($conf->global->TAKEPOS_CUSTOM_RECEIPT && $conf->global->TAKEPOS_SHOW_CUSTOME
|
|||||||
else echo $line->description;?>
|
else echo $line->description;?>
|
||||||
</td>
|
</td>
|
||||||
<td class="right"><?php echo $line->qty;?></td>
|
<td class="right"><?php echo $line->qty;?></td>
|
||||||
<td class="right"><?php echo price(price2num($line->total_ttc, 'MT'), 1);?></td>
|
<td class="right"><?php echo price(price2num($line->total_ttc/$line->qty, 'MT'), 1);?></td>
|
||||||
<td class="right"><?php echo price($line->total_ttc);?></td>
|
<td class="right"><?php echo price($line->total_ttc, 1);?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user