mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
Exclude sales order allocations when searching stock
This commit is contained in:
@ -1631,7 +1631,7 @@ function loadSalesOrderLineItemTable(table, options={}) {
|
||||
location_detail: true,
|
||||
in_stock: true,
|
||||
part: line_item.part,
|
||||
// TODO: Exclude items already allocated to this sales order
|
||||
exclude_so_allocation: options.order,
|
||||
}
|
||||
},
|
||||
quantity: {
|
||||
|
Reference in New Issue
Block a user