2
0
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:
2021-07-01 00:40:26 +02:00
parent e2278fc261
commit fcdefc4f83
5 changed files with 0 additions and 6 deletions

View File

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