Added Employee Tax Exxxemption category and sub-category links (#18659)

This commit is contained in:
Michelle Alva 2019-08-12 12:59:59 +05:30 committed by Anurag Mishra
parent ebf38c5ebd
commit af969d664f

View File

@ -209,6 +209,16 @@ def get_data():
"name": "Employee Benefit Claim",
"dependencies": ["Employee"]
},
{
"type": "doctype",
"name": "Employee Tax Exemption Category",
"dependencies": ["Employee"]
},
{
"type": "doctype",
"name": "Employee Tax Exemption Sub Category",
"dependencies": ["Employee"]
},
]
},
{