fix: requested Changes

This commit is contained in:
Anurag Mishra 2019-06-13 19:47:11 +05:30
parent e6dd55d9f2
commit 0ae6cbdd01
4 changed files with 0 additions and 5 deletions

View File

@ -6,7 +6,6 @@ def get_data():
'fieldname': 'job_applicant',
'transactions': [
{
'label': _('Employee'),
'items': ['Employee', 'Employee Onboarding']
},
{

View File

@ -6,7 +6,6 @@ def get_data():
'fieldname': 'payroll_period',
'transactions': [
{
'label': _('Employee Tax Exemption'),
'items': ['Employee Tax Exemption Proof Submission', 'Employee Tax Exemption Declaration']
},
],

View File

@ -6,7 +6,6 @@ def get_data():
'fieldname': 'training_event',
'transactions': [
{
'label': _('Result And Feedback'),
'items': ['Training Result', 'Training Feedback']
},
],

View File

@ -11,11 +11,9 @@ def get_data():
},
'transactions': [
{
'label': _('Logs'),
'items': ['Vehicle Log']
},
{
'label': _('Trip'),
'items': ['Delivery Trip']
}
]