fix(HR): validations and bug fixes for Attendance Log

This commit is contained in:
karthikeyan5
2019-05-12 19:41:34 +05:30
parent a4d0ba222b
commit ceea328542
2 changed files with 13 additions and 3 deletions

View File

@@ -34,6 +34,13 @@ def get_data():
"name": "Upload Attendance",
"hide_count": True,
"dependencies": ["Employee"]
},
{
"type": "doctype",
"name": "Employee Attendance Log",
"hide_count": True,
"onboard": 1,
"dependencies": ["Employee"]
},
]
},