2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +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

@ -745,7 +745,6 @@ class PriceBreak(models.Model):
price = InvenTree.fields.InvenTreeModelMoneyField(
max_digits=19,
decimal_places=4,
default_currency=common.settings.currency_code_default,
null=True,
verbose_name=_('Price'),
help_text=_('Unit price at specified quantity'),