fix report for receipt, daily sales and credit sales.

This commit is contained in:
Thein Lin Kyaw
2019-11-15 17:12:50 +06:30
parent dd6e8142b4
commit d94dde63fe
6 changed files with 81 additions and 175 deletions

View File

@@ -69,7 +69,10 @@
<% end %>
<tr>
<td colspan="5"><b>Total</b></td>
<td colspan="4"><b><%= total_credit_amount rescue '-' %></b></td>
<td><b><%= total_credit_amount rescue '-' %></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td><b><%= total_credit_payment rescue '-' %></b></td>
</tr>
</tbody>