diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index f517a5e7c04..11882b6cd3a 100644 --- a/erpnext/config/hr.py +++ b/erpnext/config/hr.py @@ -296,6 +296,10 @@ def get_data(): "name": "Loan Application", "dependencies": ["Employee"] }, + { + "type": "doctype", + "name": "Loan" + } ] }, {