Skip to content

Commit

Permalink
12993: add total tax incl.
Browse files Browse the repository at this point in the history
  • Loading branch information
chahmedejaz committed Dec 7, 2024
1 parent f2da3bb commit 42940f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/producer_mailer/order_cycle_report.text.haml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Orders summary
#{line_items.first.variant.sku} - #{raw(line_items.first.variant.supplier.name)} - #{raw(product_and_full_name)} (#{t(:producer_mail_qty)}: #{line_items.sum(&:quantity)}) @ #{line_items.first.single_money} = #{Spree::Money.new(line_items.sum(&:total), currency: line_items.first.currency)} (#{t(:with_tax_incl, amount: Spree::Money.new(line_items.sum(&:included_tax), currency: line_items.first.currency))})
\
\
#{t :total}: #{@total}
#{t :total}: #{@total} (#{t(:with_tax_incl, amount: @tax_total)})
\
- if @customer_line_items
= t :producer_mail_order_customer_text
Expand Down

0 comments on commit 42940f4

Please sign in to comment.