fix: Added link for loan in HR module page

This commit is contained in:
Nabin Hait 2019-04-01 20:58:20 +05:30
parent 6b320bea81
commit 948cc631c6

View File

@ -296,6 +296,10 @@ def get_data():
"name": "Loan Application",
"dependencies": ["Employee"]
},
{
"type": "doctype",
"name": "Loan"
}
]
},
{