tiny change to summary.haml

This commit is contained in:
viehlieb 2023-10-12 15:50:15 +02:00
parent 6cee5cad1a
commit 03884e83a3
3 changed files with 4 additions and 3 deletions

View file

@ -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')