fix(HR): fixing bug introduced during merge conflict resolution.
> while merging with https://github.com/frappe/erpnext/pull/17837
This commit is contained in:
parent
82256bc58b
commit
eadc144477
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user