mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Refactor POLineItemCreate form
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user