mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 16:15:02 +00:00
test: add product_code in create_loan_product (#37416)
This commit is contained in:
@@ -42,6 +42,7 @@ class TestBankClearance(unittest.TestCase):
|
||||
|
||||
def create_loan_masters():
|
||||
create_loan_product(
|
||||
"Clearance Loan",
|
||||
"Clearance Loan",
|
||||
2000000,
|
||||
13.5,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user