tiny change to summary.haml
This commit is contained in:
parent
6cee5cad1a
commit
03884e83a3
3 changed files with 4 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
%td= t('.gross_amount')
|
||||
%td.numeric= number_to_currency(order.sum(:gross_without_deposit))
|
||||
%tr
|
||||
%td= t('.fc_amount')
|
||||
%td= t('.fc_amount_without_deposit')
|
||||
%td.numeric= number_to_currency(order.sum(:fc_without_deposit))
|
||||
%tr
|
||||
%td= t('.deposit')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue