Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMule71 committed Jun 30, 2022
1 parent b9783d6 commit 95d9b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l10n_it_fatturapa_out/wizard/wizard_export_fatturapa.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ def getPayments(self, invoice):
"""Entry point for other modules to override computation of
DettaglioPagamento
We use namedtuple to allow other modules change values w/o altering
the original lines"""
We use a specialized class to allow other modules change
values w/o altering the original lines"""

class _Payment:
__slots__ = "date_maturity", "amount_currency", "debit"
Expand Down

0 comments on commit 95d9b3c

Please sign in to comment.