mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 19:20:55 +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:
@ -64,6 +64,7 @@ class StockItemSerializerBrief(InvenTreeModelSerializer):
|
||||
'location',
|
||||
'location_name',
|
||||
'quantity',
|
||||
'serial',
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user