mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Fixes for build output tables
- Only show "completed" builds in the "completed builds" table (should be obvious) - Display "serial number" appropriately in build output allocation table
This commit is contained in:
@ -292,6 +292,7 @@ loadStockTable($("#build-stock-table"), {
|
||||
location_detail: true,
|
||||
part_detail: true,
|
||||
build: {{ build.id }},
|
||||
is_building: false,
|
||||
},
|
||||
groupByField: 'location',
|
||||
buttons: [
|
||||
|
Reference in New Issue
Block a user