mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-14 03:46:44 +00:00
[bug] Allocated items print fix (#9952)
* Fix label printing for SalesOrderAllocation table - Need to provide custom lookup option * Add label actions to BuildOrderAllocationTable
This commit is contained in:
@@ -266,6 +266,9 @@ export default function BuildAllocatedStockTable({
|
||||
rowActions: rowActions,
|
||||
tableActions: tableActions,
|
||||
tableFilters: tableFilters,
|
||||
enableLabels: true,
|
||||
enableReports: true,
|
||||
printingAccessor: 'stock_item',
|
||||
modelField: modelField ?? 'stock_item',
|
||||
modelType: modelTarget ?? ModelType.stockitem
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user