mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
Added new fixtures (Fixes #1540). Removed Employee Grade from HR.
This commit is contained in:
@@ -102,11 +102,6 @@ data = [
|
||||
"name": "Department",
|
||||
"description": _("Organization unit (department) master.")
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Grade",
|
||||
"description": _("Employee grade.")
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Designation",
|
||||
@@ -199,4 +194,4 @@ data = [
|
||||
},
|
||||
]
|
||||
},
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user