Skip to content

Commit

Permalink
Merge PR OCA#1952 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by AaronHForgeFlow
  • Loading branch information
OCA-git-bot committed Oct 15, 2024
2 parents 6c2cb15 + 702c332 commit f3cf268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account_loan/wizards/account_loan_post.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def move_line_vals(self):
res.append(
{
"account_id": self.account_id.id,
"name": self.loan_id.name,
"partner_id": partner.id,
"credit": 0,
"debit": line.pending_principal_amount,
Expand Down

0 comments on commit f3cf268

Please sign in to comment.