mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
Training Events/Results link added to Employee (#9313)
This commit is contained in:
committed by
Rushabh Mehta
parent
5dadb0e19a
commit
2510d1c86a
@@ -14,6 +14,10 @@ def get_data():
|
|||||||
'label': _('Payroll'),
|
'label': _('Payroll'),
|
||||||
'items': ['Salary Structure', 'Salary Slip', 'Timesheet']
|
'items': ['Salary Structure', 'Salary Slip', 'Timesheet']
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'label': _('Training Events/Results'),
|
||||||
|
'items': ['Training Event', 'Training Result']
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'label': _('Expense'),
|
'label': _('Expense'),
|
||||||
'items': ['Expense Claim']
|
'items': ['Expense Claim']
|
||||||
|
|||||||
Reference in New Issue
Block a user