mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
style fixes
This commit is contained in:
@ -273,4 +273,4 @@ class EditPartSalePriceBreakForm(HelperForm):
|
|||||||
'quantity',
|
'quantity',
|
||||||
'cost',
|
'cost',
|
||||||
'currency',
|
'currency',
|
||||||
]
|
]
|
||||||
|
@ -111,7 +111,7 @@ class PartSalePriceSerializer(InvenTreeModelSerializer):
|
|||||||
'currency',
|
'currency',
|
||||||
'symbol',
|
'symbol',
|
||||||
'suffix',
|
'suffix',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
class PartThumbSerializer(serializers.Serializer):
|
class PartThumbSerializer(serializers.Serializer):
|
||||||
|
Reference in New Issue
Block a user