fix: Loan Application test
This commit is contained in:
parent
f0e2bdf1dc
commit
211b46b7e6
@ -524,7 +524,6 @@ accounting_dimension_doctypes = [
|
||||
"Asset Value Adjustment",
|
||||
"Loyalty Program",
|
||||
"Stock Reconciliation",
|
||||
"Travel Request",
|
||||
"POS Profile",
|
||||
"Opening Invoice Creation Tool",
|
||||
"Opening Invoice Creation Tool Item",
|
||||
|
@ -6,7 +6,7 @@ import unittest
|
||||
import frappe
|
||||
|
||||
from erpnext.loan_management.doctype.loan.test_loan import create_loan_accounts, create_loan_type
|
||||
from erpnext.setup.doctype.employee.employee import make_employee
|
||||
from erpnext.setup.doctype.employee.test_employee import make_employee
|
||||
|
||||
|
||||
class TestLoanApplication(unittest.TestCase):
|
||||
|
Loading…
x
Reference in New Issue
Block a user