Skip to content

Commit

Permalink
Merge PR #4252 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by TheMule71
  • Loading branch information
OCA-git-bot committed Jul 5, 2024
2 parents c684d7c + 4ff13cf commit 1f71ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_it_withholding_tax/models/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def reconcile_exist_account_move(self, lines, rec_line_statement, amount_wt):
line_to_reconcile = line
break
if line_to_reconcile:
if lines.move_id.move_type in ["in_refund", "out_invoice"]:
if line_to_reconcile.move_id.move_type in ["in_refund", "out_invoice"]:
debit_move_id = rec_line_statement.id
credit_move_id = line_to_reconcile.id
else:
Expand Down

0 comments on commit 1f71ec0

Please sign in to comment.