2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

Added data migration for existing SalesOrder instances

- If a SalesOrder is "PENDING" or there are allocations available, a shipment is created
This commit is contained in:
Oliver
2021-10-25 22:35:27 +11:00
parent 2f7e0974b7
commit ce5b47460a
5 changed files with 137 additions and 8 deletions

View File

@ -1681,6 +1681,7 @@ function loadSalesOrderLineItemTable(table, options={}) {
location_detail: true,
in_stock: true,
part: line_item.part,
include_variants: false,
exclude_so_allocation: options.order,
},
auto_fill: true,