Skip to content

Commit

Permalink
feat(PreciseAmountCents) Show pay in advance units with same precisio…
Browse files Browse the repository at this point in the history
…n as other fees (#2663)
  • Loading branch information
nudded authored Oct 8, 2024
1 parent 214fe33 commit c6a8738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/templates/invoices/v4/charge.slim
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ html
- if fee.charge_filter_id?
= ' • ' + fee.filter_display_name(separator: ' • ')
td.body-2 = fee.units
td.body-2 = MoneyHelper.format(fee.unit_amount)
td.body-2 = MoneyHelper.format_with_precision(fee.precise_unit_amount, fee.unit_amount.currency)
td.body-2 == TaxHelper.applied_taxes(fee)
td.body-2 = MoneyHelper.format(fee.amount)

Expand Down

0 comments on commit c6a8738

Please sign in to comment.