fix(HR): fixing bug introduced during merge conflict resolution.

> while merging with https://github.com/frappe/erpnext/pull/17837
This commit is contained in:
karthikeyan5 2019-06-19 08:53:04 +05:30
parent 82256bc58b
commit eadc144477

View File

@ -4,6 +4,10 @@ from frappe import _
def get_data():
return {
'fieldname': 'shift',
'non_standard_fieldnames': {
'Shift Request': 'shift_type',
'Shift Assignment': 'shift_type'
},
'transactions': [
{
'items': ['Attendance', 'Employee Checkin', 'Shift Request', 'Shift Assignment']