Refactor POLineItemCreate form

This commit is contained in:
Oliver
2021-07-03 21:43:22 +10:00
parent c524f754e9
commit 889834b693
6 changed files with 30 additions and 172 deletions

View File

@ -350,7 +350,7 @@ class SOLineItemSerializer(InvenTreeModelSerializer):
max_digits=19,
decimal_places=4,
allow_null=True
)
)
sale_price_string = serializers.CharField(source='sale_price', read_only=True)