fix: requested Changes
This commit is contained in:
parent
e6dd55d9f2
commit
0ae6cbdd01
@ -6,7 +6,6 @@ def get_data():
|
|||||||
'fieldname': 'job_applicant',
|
'fieldname': 'job_applicant',
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Employee'),
|
|
||||||
'items': ['Employee', 'Employee Onboarding']
|
'items': ['Employee', 'Employee Onboarding']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -6,7 +6,6 @@ def get_data():
|
|||||||
'fieldname': 'payroll_period',
|
'fieldname': 'payroll_period',
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Employee Tax Exemption'),
|
|
||||||
'items': ['Employee Tax Exemption Proof Submission', 'Employee Tax Exemption Declaration']
|
'items': ['Employee Tax Exemption Proof Submission', 'Employee Tax Exemption Declaration']
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -6,7 +6,6 @@ def get_data():
|
|||||||
'fieldname': 'training_event',
|
'fieldname': 'training_event',
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Result And Feedback'),
|
|
||||||
'items': ['Training Result', 'Training Feedback']
|
'items': ['Training Result', 'Training Feedback']
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -11,11 +11,9 @@ def get_data():
|
|||||||
},
|
},
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Logs'),
|
|
||||||
'items': ['Vehicle Log']
|
'items': ['Vehicle Log']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Trip'),
|
|
||||||
'items': ['Delivery Trip']
|
'items': ['Delivery Trip']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user