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

@ -10,7 +10,7 @@
%td= t('.gross_amount')
%td.numeric= number_to_currency(order.sum(:gross))
%tr
%td= t('.fc_amount_total')
%td= t('.fc_amount')
%td.numeric= number_to_currency(order.sum(:fc))
%tr
%td= t('.groups_amount')