test: add product_code in create_loan_product (#37416)

This commit is contained in:
Anand Baburajan 2023-10-09 20:58:56 +05:30 committed by GitHub
parent 2c899dd13a
commit 6959c928c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ class TestBankClearance(unittest.TestCase):
def create_loan_masters():
create_loan_product(
"Clearance Loan",
"Clearance Loan",
2000000,
13.5,

View File

@ -421,6 +421,7 @@ def create_loan_and_repayment():
from erpnext.setup.doctype.employee.test_employee import make_employee
create_loan_product(
"Personal Loan",
"Personal Loan",
500000,
8.4,