fix deposit is net value

This commit is contained in:
viehlieb 2023-09-29 10:12:38 +02:00
parent b425d97876
commit 46e6bea49e
5 changed files with 14 additions and 5 deletions

View file

@ -10,6 +10,9 @@
%tr
%td= t('.gross_amount')
%td.numeric= number_to_currency(order.sum(:gross_without_deposit))
%tr
%td= t('.fc_amount')
%td.numeric= number_to_currency(order.sum(:fc_without_deposit))
%tr
%td= t('.deposit')
%td.numeric= number_to_currency(order.sum(:deposit))