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:
@ -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,
|
||||
|
Reference in New Issue
Block a user