update call waiter and sale item

This commit is contained in:
Aung Myo
2017-12-06 13:43:22 +06:30
parent f4a7e1baa0
commit 7aa1627e90
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@
<td colspan="5">&nbsp;</td>
<td style="border-top:2px solid grey;">Net Amount</td>
<!-- <td><span class="double_underline"><%= grand_total.to_f - @discount_data.to_f%></span></td> -->
<td style="border-top:2px solid grey;"><%= grand_total + total_tax%></td>
<td style="border-top:2px solid grey;"><%= grand_total.to_f + total_tax.to_f%></td>
</tr>
<!-- <tr>
<td colspan="5">&nbsp;</td>