2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 03:56:43 +00:00

Added part 'default_location' to serializer

This commit is contained in:
eeintech 2020-10-12 07:25:32 -05:00
parent ca8472ac23
commit eb98496a79

View File

@ -304,6 +304,7 @@ class PartSerializer(InvenTreeModelSerializer):
'category_detail',
'component',
'description',
'default_location',
'full_name',
'image',
'in_stock',