mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
fix(demo): drop parent item group (#36636)
This is translated according to user language, so "All Item Groups" might not exist on site. The code already finds root item group without doing anything. towards https://github.com/frappe/erpnext/issues/36635
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"doctype": "Item Group",
|
"doctype": "Item Group",
|
||||||
"item_group_name": "Demo Item Group",
|
"item_group_name": "Demo Item Group"
|
||||||
"parent_item_group": "All Item Groups"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user