Skip to content

Commit

Permalink
Merge PR #1091 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jan 3, 2024
2 parents 65eed63 + 96f3aff commit 1f82176
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion account_financial_report/report/abstract_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def _recalculate_move_lines(
else:
move_line["amount_residual_currency"] = debit_amount_currency[ml_id]
if ml_id in credit_ids:
move_line["amount_residual"] -= credit_amount[ml_id]
if move_line.get("amount_residual", False):
move_line["amount_residual"] -= credit_amount[ml_id]
else:
Expand Down

0 comments on commit 1f82176

Please sign in to comment.