mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
Fix encoded type for 'quantity' field
This commit is contained in:
@ -508,6 +508,8 @@ class PartSerializer(RemoteImageMixin, InvenTreeModelSerializer):
|
||||
class PartStocktakeSerializer(InvenTreeModelSerializer):
|
||||
"""Serializer for the PartStocktake model"""
|
||||
|
||||
quantity = serializers.FloatField()
|
||||
|
||||
class Meta:
|
||||
"""Metaclass options"""
|
||||
|
||||
|
Reference in New Issue
Block a user