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

Merge remote-tracking branch 'inventree/master' into auto-allocation-improvements

This commit is contained in:
Oliver
2021-10-05 12:53:47 +11:00
6 changed files with 30 additions and 2 deletions

View File

@ -64,6 +64,7 @@ class StockItemSerializerBrief(InvenTreeModelSerializer):
'location',
'location_name',
'quantity',
'serial',
]