2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Include total stock in PartBrief serializer

This commit is contained in:
Oliver Walters
2019-05-23 21:51:27 +10:00
parent a6f95c70aa
commit d386c2a6f9
2 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@ class PartBriefSerializer(serializers.ModelSerializer):
'url',
'full_name',
'description',
'total_stock',
'available_stock',
'image_url',
]