2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 19:20:55 +00:00

Display packaging info in stock table

This commit is contained in:
Oliver Walters
2021-02-19 11:09:24 +11:00
parent 556d6455e8
commit 644583f636
2 changed files with 31 additions and 1 deletions

View File

@ -198,6 +198,7 @@ class StockItemSerializer(InvenTreeModelSerializer):
'location',
'location_detail',
'notes',
'packaging',
'part',
'part_detail',
'pk',