mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
Salary component cleanup
This commit is contained in:
@@ -111,13 +111,9 @@ def get_data():
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Earning Type",
|
||||
"description": _("Salary components.")
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Deduction Type",
|
||||
"description": _("Tax and other salary deductions.")
|
||||
"name": "Salary Component",
|
||||
"label": _("Salary Components"),
|
||||
"description": _("Earnings, Deductions and other Salary components")
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user