Skip to content

Commit

Permalink
[FIX] Fix issue #28 and #32
Browse files Browse the repository at this point in the history
Part-of: #47
  • Loading branch information
filoquin committed Jan 30, 2023
1 parent a1b72f7 commit b6f0701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_ar_afipws_fe/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def do_pyafipws_request_cae(self):
else:
fecha_serv_desde = fecha_serv_hasta = None

amounts = self._l10n_ar_get_amounts()
amounts = inv._l10n_ar_get_amounts()
# invoice amount totals:
imp_total = str("%.2f" % inv.amount_total)
# ImpTotConc es el iva no gravado
Expand Down

0 comments on commit b6f0701

Please sign in to comment.