Skip to content

Commit

Permalink
Merge pull request #37891 from frappe/mergify/bp/version-13-hotfix/pr…
Browse files Browse the repository at this point in the history
…-37889

fix: add missing disbursement account in update_old_loans patch (backport #37889)
  • Loading branch information
anandbaburajan authored Nov 3, 2023
2 parents 6952f0f + 37b1a0e commit d00257f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/patches/v13_0/update_old_loans.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def execute():
loan_type_doc.company = loan.company
loan_type_doc.mode_of_payment = loan.mode_of_payment
loan_type_doc.payment_account = loan.payment_account
loan_type_doc.disbursement_account = loan.payment_account
loan_type_doc.loan_account = loan.loan_account
loan_type_doc.interest_income_account = loan.interest_income_account
loan_type_doc.penalty_income_account = penalty_account
Expand Down

0 comments on commit d00257f

Please sign in to comment.