chore: Add patch to update repayment schedule type in loan documents

(cherry picked from commit 679b5ed551)

# Conflicts:
#	erpnext/patches.txt
This commit is contained in:
Deepesh Garg
2022-09-30 14:06:06 +05:30
committed by Mergify
parent 8550bbde27
commit 25e87641b6
3 changed files with 19 additions and 0 deletions

View File

@@ -1042,6 +1042,7 @@ def create_loan_type(
"company": "_Test Company",
"loan_name": loan_name,
"is_term_loan": is_term_loan,
"repayment_schedule_type": "Monthly as per repayment start date",
"maximum_loan_amount": maximum_loan_amount,
"rate_of_interest": rate_of_interest,
"penalty_interest_rate": penalty_interest_rate,