split bill process
This commit is contained in:
@@ -107,6 +107,14 @@
|
||||
<td class="item-attr"><strong><span><%=@balance%></span></strong></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
<% if !@individual_total.nil? %>
|
||||
<tr>
|
||||
<td class="charges-name">
|
||||
<strong>Individual amount for <%= @individual_total[0]['total_customer'] %> persons</strong>
|
||||
</td>
|
||||
<td class="item-attr"><strong><span><%=@individual_total[0]['per_person_amount']%></span></strong></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</tfooter>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user