test: add product_code in create_loan_product (#37416)
This commit is contained in:
parent
2c899dd13a
commit
6959c928c6
@ -42,6 +42,7 @@ class TestBankClearance(unittest.TestCase):
|
|||||||
|
|
||||||
def create_loan_masters():
|
def create_loan_masters():
|
||||||
create_loan_product(
|
create_loan_product(
|
||||||
|
"Clearance Loan",
|
||||||
"Clearance Loan",
|
"Clearance Loan",
|
||||||
2000000,
|
2000000,
|
||||||
13.5,
|
13.5,
|
||||||
|
@ -421,6 +421,7 @@ def create_loan_and_repayment():
|
|||||||
from erpnext.setup.doctype.employee.test_employee import make_employee
|
from erpnext.setup.doctype.employee.test_employee import make_employee
|
||||||
|
|
||||||
create_loan_product(
|
create_loan_product(
|
||||||
|
"Personal Loan",
|
||||||
"Personal Loan",
|
"Personal Loan",
|
||||||
500000,
|
500000,
|
||||||
8.4,
|
8.4,
|
||||||
|
Loading…
Reference in New Issue
Block a user