feat: add ledger link in hr config

This commit is contained in:
Mangesh-Khairnar 2019-07-25 14:35:39 +05:30
parent bb1be2e2ee
commit 5ca3e83a00

View File

@ -134,6 +134,12 @@ def get_data():
"name": "Employee Leave Balance",
"doctype": "Leave Application"
},
{
"type": "report",
"is_query_report": True,
"name": "Leave Ledger Entry",
"doctype": "Leave Ledger Entry"
},
]
},
{