From 78255d19c24ecaa65317bcab1da7b8bc8d13f5af Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Tue, 5 Aug 2025 21:30:37 +0400 Subject: [PATCH] fixed bug with item group --- taxes_az/fixtures/item_group.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/taxes_az/fixtures/item_group.json b/taxes_az/fixtures/item_group.json index ef3a5b7..0ad9452 100644 --- a/taxes_az/fixtures/item_group.json +++ b/taxes_az/fixtures/item_group.json @@ -1,17 +1,4 @@ [ - { - "docstatus": 0, - "doctype": "Item Group", - "image": null, - "is_group": 0, - "item_group_defaults": [], - "item_group_name": "Yanacaq növləri", - "modified": "2025-08-05 19:51:16.965899", - "name": "Yanacaq növləri", - "old_parent": "Neft Məhsulları", - "parent_item_group": "Neft Məhsulları", - "taxes": [] - }, { "docstatus": 0, "doctype": "Item Group", @@ -24,5 +11,18 @@ "old_parent": "All Item Groups", "parent_item_group": "All Item Groups", "taxes": [] + }, + { + "docstatus": 0, + "doctype": "Item Group", + "image": null, + "is_group": 0, + "item_group_defaults": [], + "item_group_name": "Yanacaq növləri", + "modified": "2025-08-05 19:51:16.965899", + "name": "Yanacaq növləri", + "old_parent": "Neft Məhsulları", + "parent_item_group": "Neft Məhsulları", + "taxes": [] } ] \ No newline at end of file