mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
Allow negative currency values for "extra" line items (#3311)
This commit is contained in:
@ -957,6 +957,7 @@ class OrderExtraLine(OrderLineItem):
|
||||
max_digits=19,
|
||||
decimal_places=4,
|
||||
null=True, blank=True,
|
||||
allow_negative=True,
|
||||
verbose_name=_('Price'),
|
||||
help_text=_('Unit price'),
|
||||
)
|
||||
|
Reference in New Issue
Block a user