mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
fix: Add parent to department
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
[
|
[
|
||||||
{"doctype":"Department", "department_name":"_Test Department", "company": "_Test Company"},
|
{"doctype":"Department", "department_name":"_Test Department", "company": "_Test Company", "parent_department": "All Departments"},
|
||||||
{"doctype":"Department", "department_name":"_Test Department 1", "company": "_Test Company"}
|
{"doctype":"Department", "department_name":"_Test Department 1", "company": "_Test Company", "parent_department": "All Departments"}
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user