mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-07 15:58:49 +00:00
bug fix for part serializer
This commit is contained in:
parent
09cb067627
commit
8781b572c0
@ -9,7 +9,7 @@ class PartSerializer(serializers.ModelSerializer):
|
||||
'IPN',
|
||||
'description',
|
||||
'category',
|
||||
'quantity')
|
||||
'stock')
|
||||
|
||||
class PartCategorySerializer(serializers.ModelSerializer):
|
||||
class Meta:
|
||||
|
Loading…
x
Reference in New Issue
Block a user