2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-15 21:10:50 +00:00

style fixes

This commit is contained in:
Oliver Walters
2020-09-19 19:52:48 +10:00
parent ca1281ee10
commit 86660a5f17
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -273,4 +273,4 @@ class EditPartSalePriceBreakForm(HelperForm):
'quantity', 'quantity',
'cost', 'cost',
'currency', 'currency',
] ]
+1 -1
View File
@@ -111,7 +111,7 @@ class PartSalePriceSerializer(InvenTreeModelSerializer):
'currency', 'currency',
'symbol', 'symbol',
'suffix', 'suffix',
] ]
class PartThumbSerializer(serializers.Serializer): class PartThumbSerializer(serializers.Serializer):