2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Differentiate between "fully allocated" and "partially allocated" in stock item table

This commit is contained in:
Oliver
2021-12-02 21:46:05 +11:00
parent 586d38fb61
commit d5ace1a8da
3 changed files with 11 additions and 3 deletions

View File

@ -526,6 +526,7 @@ class SalesOrderAllocationSerializer(InvenTreeModelSerializer):
'order_detail',
'part',
'part_detail',
'shipment',
]