From 34a305b06e08764c34dd7a824ff83da2e5c91b20 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 29 Oct 2025 13:07:42 -0400 Subject: [PATCH] Moved parent warehouse to top of JSON file, so that children can reference it in a migrate. --- uberleben_custom/fixtures/warehouse.json | 48 ++++++++++++------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/uberleben_custom/fixtures/warehouse.json b/uberleben_custom/fixtures/warehouse.json index 0350c1f..a1e4c50 100644 --- a/uberleben_custom/fixtures/warehouse.json +++ b/uberleben_custom/fixtures/warehouse.json @@ -1,4 +1,28 @@ [ + { + "account": "Stock In Hand - U", + "address_line_1": null, + "address_line_2": null, + "city": null, + "company": "Uberleben", + "default_in_transit_warehouse": null, + "disabled": 0, + "docstatus": 0, + "doctype": "Warehouse", + "email_id": null, + "is_group": 1, + "is_rejected_warehouse": 0, + "mobile_no": null, + "modified": "2025-10-28 12:10:35.789593", + "name": "Uberleben HQ - U", + "old_parent": "All Warehouses - U", + "parent_warehouse": "All Warehouses - U", + "phone_no": null, + "pin": null, + "state": null, + "warehouse_name": "Uberleben HQ", + "warehouse_type": null + }, { "account": null, "address_line_1": null, @@ -262,29 +286,5 @@ "state": null, "warehouse_name": "All Warehouses", "warehouse_type": null - }, - { - "account": "Stock In Hand - U", - "address_line_1": null, - "address_line_2": null, - "city": null, - "company": "Uberleben", - "default_in_transit_warehouse": null, - "disabled": 0, - "docstatus": 0, - "doctype": "Warehouse", - "email_id": null, - "is_group": 1, - "is_rejected_warehouse": 0, - "mobile_no": null, - "modified": "2025-10-28 12:10:35.789593", - "name": "Uberleben HQ - U", - "old_parent": "All Warehouses - U", - "parent_warehouse": "All Warehouses - U", - "phone_no": null, - "pin": null, - "state": null, - "warehouse_name": "Uberleben HQ", - "warehouse_type": null } ] \ No newline at end of file