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 21, 2025
1 parent 9851194 commit 594e8dd
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 @@ -110,7 +110,7 @@ def is_tax_stamp_line_present(self):
)
def _compute_tax_stamp_line_present(self):
for invoice in self:
invoice.tax_stamp_line_present = invoice.is_tax_stamp_line_present()
invoice.tax_stamp_line_present = invoice.is_tax_stamp_product_present()

def is_tax_stamp_product_present(self):
product_stamp = self.invoice_line_ids.filtered(
Expand Down

0 comments on commit 594e8dd

Please sign in to comment.