mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Fixes for 'single pricing' for SupplierPart
This commit is contained in:
@ -505,7 +505,7 @@ class PurchaseOrderLineItem(OrderLineItem):
|
||||
max_digits=19,
|
||||
decimal_places=4,
|
||||
default_currency='USD',
|
||||
null=True,
|
||||
null=True, blank=True,
|
||||
verbose_name=_('Purchase Price'),
|
||||
help_text=_('Unit purchase price'),
|
||||
)
|
||||
|
Reference in New Issue
Block a user