Skip to content

Commit

Permalink
fix(demo): drop parent item group (#36636)
Browse files Browse the repository at this point in the history
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 #36635
  • Loading branch information
ankush authored Aug 14, 2023
1 parent fbb5058 commit e023e33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions erpnext/setup/demo_data/item_group.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
{
"doctype": "Item Group",
"item_group_name": "Demo Item Group",
"parent_item_group": "All Item Groups"
"item_group_name": "Demo Item Group"
}
]
]

0 comments on commit e023e33

Please sign in to comment.