2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-15 21:10:50 +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
-1
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,