Moved parent warehouse to top of JSON file, so that children can reference it in a migrate.

This commit is contained in:
Ben Nilsen 2025-10-29 13:07:42 -04:00
parent e076b5a14c
commit 34a305b06e

View File

@ -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
}
]