Skip to content

Commit

Permalink
e-invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
al-chaudhari committed Jun 25, 2021
1 parent 92a7030 commit 7bc7ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiss_factur_x_e_invoicing/attach_e_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def attach_e_pdf(doc, events=None):
_taxes[percentage]['net_amount'] = 0.0
_taxes[percentage]['tax_amount'] = 0.0

_taxes[percentage]['rate'] += percentage
_taxes[percentage]['rate'] = percentage
_taxes[percentage]['net_amount'] += item.amount
_taxes[percentage]['tax_amount'] += tax

Expand Down

0 comments on commit 7bc7ea8

Please sign in to comment.