fix: Loan Application test

This commit is contained in:
Rucha Mahabal 2022-06-29 18:00:48 +05:30
parent f0e2bdf1dc
commit 211b46b7e6
2 changed files with 1 additions and 2 deletions

View File

@ -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",

View File

@ -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):