mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
Added Employee Tax Exxxemption category and sub-category links (#18659)
This commit is contained in:
committed by
Anurag Mishra
parent
ebf38c5ebd
commit
af969d664f
@@ -209,6 +209,16 @@ def get_data():
|
|||||||
"name": "Employee Benefit Claim",
|
"name": "Employee Benefit Claim",
|
||||||
"dependencies": ["Employee"]
|
"dependencies": ["Employee"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Employee Tax Exemption Category",
|
||||||
|
"dependencies": ["Employee"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Employee Tax Exemption Sub Category",
|
||||||
|
"dependencies": ["Employee"]
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user