Skip to content

Commit b6f0701

Browse files
committed
[FIX] Fix issue #28 and #32
Part-of: #47
1 parent a1b72f7 commit b6f0701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

l10n_ar_afipws_fe/models/account_move.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def do_pyafipws_request_cae(self):
241241
else:
242242
fecha_serv_desde = fecha_serv_hasta = None
243243

244-
amounts = self._l10n_ar_get_amounts()
244+
amounts = inv._l10n_ar_get_amounts()
245245
# invoice amount totals:
246246
imp_total = str("%.2f" % inv.amount_total)
247247
# ImpTotConc es el iva no gravado

0 commit comments

Comments
 (0)