Skip to content

Commit

Permalink
Merge PR #746 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by etobella
  • Loading branch information
OCA-git-bot committed Nov 18, 2024
2 parents cd09680 + 689eb41 commit 9ff26fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ def _reconcile_data_by_model(self, data, reconcile_model, reconcile_auxiliary_id
"line_currency_id": self.company_id.currency_id.id,
"currency_id": self.company_id.currency_id.id,
"currency_amount": amount,
"name": line.get("name") or self.payment_ref,
}
)
reconcile_auxiliary_id += 1
Expand Down

0 comments on commit 9ff26fc

Please sign in to comment.