Merge branch 'ui_ux_changes' of bitbucket.org:code2lab/sxrestaurant into adminbsb_ui_changes
This commit is contained in:
@@ -150,13 +150,13 @@
|
|||||||
<th></th>
|
<th></th>
|
||||||
<td style="text-align: right;">JCB Payment </td>
|
<td style="text-align: right;">JCB Payment </td>
|
||||||
<td><%=other.master_amount.round(2) rescue 0.0 %></td>
|
<td><%=other.master_amount.round(2) rescue 0.0 %></td>
|
||||||
<% @total_amount = @total_amount+other.master_amount rescue 0.0 %>
|
<% @total_amount = @total_amount+other.jcb_amount rescue 0.0 %>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
<td style="text-align: right;">Master Payment </td>
|
<td style="text-align: right;">Master Payment </td>
|
||||||
<td><%=other.jcb_amount.round(2) rescue 0.0 %></td>
|
<td><%=other.jcb_amount.round(2) rescue 0.0 %></td>
|
||||||
<% @total_amount = @total_amount+other.jcb_amount rescue 0.0 %>
|
<% @total_amount = @total_amount+other.master_amount rescue 0.0 %>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
|
|||||||
Reference in New Issue
Block a user