fix: Desk links for Income Tax Slab and Employee Other Income (#21510)

This commit is contained in:
Nabin Hait
2020-04-30 11:03:49 +05:30
committed by GitHub
parent 62394d7762
commit b8d633cb4a
3 changed files with 13 additions and 4 deletions

View File

@@ -170,6 +170,10 @@ def get_data():
"type": "doctype",
"name": "Payroll Period",
},
{
"type": "doctype",
"name": "Income Tax Slab",
},
{
"type": "doctype",
"name": "Salary Component",
@@ -209,6 +213,10 @@ def get_data():
"name": "Employee Tax Exemption Proof Submission",
"dependencies": ["Employee"]
},
{
"type": "doctype",
"name": "Employee Other Income",
},
{
"type": "doctype",
"name": "Employee Benefit Application",