Skip to content

Commit

Permalink
[FIX] l10n_it_account_stamp: charge to customer check
Browse files Browse the repository at this point in the history
  • Loading branch information
primes2h committed Jan 15, 2025
1 parent 75f706f commit d8eaef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_it_account_stamp/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def is_stamp_duty_line_present(self):
def _compute_l10n_it_account_stamp_is_stamp_duty_present(self):
for invoice in self:
invoice.l10n_it_account_stamp_is_stamp_duty_present = (
invoice.is_stamp_duty_line_present()
invoice.is_stamp_duty_product_present()
)

def is_stamp_duty_product_present(self):
Expand Down

0 comments on commit d8eaef7

Please sign in to comment.