2
0
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:
Oliver Walters
2020-11-12 19:46:19 +11:00
parent 7879c7565e
commit fd79f1ea0e
3 changed files with 18 additions and 4 deletions

View File

@ -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'),
)