Skip to content

Commit

Permalink
Merge pull request #228 from frappe/mergify/bp/version-15/pr-226
Browse files Browse the repository at this point in the history
test: Update loan account type (backport #226)
  • Loading branch information
deepeshgarg007 authored Jan 9, 2025
2 parents 57da4aa + 72f4e15 commit 434ea7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lending/loan_management/doctype/loan/test_loan.py
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ def create_loan_accounts():
is_group=1,
)
create_account(
"Loan Account", "Loans and Advances (Assets) - _TC", "Asset", "Bank", "Balance Sheet"
"Loan Account", "Loans and Advances (Assets) - _TC", "Asset", "Receivable", "Balance Sheet"
)
create_account("Payment Account", "Bank Accounts - _TC", "Asset", "Bank", "Balance Sheet")
create_account("Disbursement Account", "Bank Accounts - _TC", "Asset", "Bank", "Balance Sheet")
Expand Down

0 comments on commit 434ea7c

Please sign in to comment.