Skip to content

Commit

Permalink
[14.0][FIX] l10n_it_withholding_tax dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocorato committed Jul 4, 2024
1 parent 55e4c1c commit d5033d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_it_withholding_tax/models/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def default_get(self, fields):
return rec

def _compute_payment_amount(self, invoices=None, currency=None):
raise "Dead code!"
if not invoices:
invoices = self.invoice_ids
original_values = {}
Expand Down

0 comments on commit d5033d4

Please sign in to comment.