update receipt bill

This commit is contained in:
Aung Myo
2017-06-30 18:02:17 +06:30
parent 45c69ab536
commit 2548fdcac1
7 changed files with 121 additions and 133 deletions

View File

@@ -60,7 +60,7 @@
<tr>
<th colspan="5">Membership Transactions</th>
<% if @response["status"] == true %>
<th>Current Balance : <%= @response["data"][0]["balance"]%></th>
<th>Current Balance : <%= @response["data"].last["balance"]%></th>
<% end %>
</tr>
<% end %>