mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-04 20:51:00 +00:00
removing default_currency in fields
This commit is contained in:
@ -130,7 +130,6 @@ class EditSupplierPartForm(HelperForm):
|
||||
|
||||
single_pricing = InvenTreeMoneyField(
|
||||
label=_('Single Price'),
|
||||
default_currency=currency_code_default(),
|
||||
help_text=_('Single quantity price'),
|
||||
decimal_places=4,
|
||||
max_digits=19,
|
||||
|
Reference in New Issue
Block a user