2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

Merge branch 'master' of https://github.com/inventree/InvenTree into internal-price

This commit is contained in:
2021-06-06 18:15:41 +02:00
30 changed files with 4318 additions and 4101 deletions

View File

@ -703,7 +703,7 @@ class PriceBreak(models.Model):
price = MoneyField(
max_digits=19,
decimal_places=4,
default_currency='USD',
default_currency=currency_code_default(),
null=True,
verbose_name=_('Price'),
help_text=_('Unit price at specified quantity'),