mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +00:00
Part BOM list now shows how many of each sub-item are available
- If there are enough to build the available quantity is shown in green - Otherwise, shown in orange
This commit is contained in:
@ -32,6 +32,7 @@ class PartBriefSerializer(serializers.ModelSerializer):
|
||||
'url',
|
||||
'name',
|
||||
'description',
|
||||
'available_stock',
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user