2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +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

@ -534,7 +534,6 @@ class StockItem(MPTTModel):
purchase_price = InvenTreeModelMoneyField(
max_digits=19,
decimal_places=4,
default_currency=currency_code_default(),
blank=True,
null=True,
verbose_name=_('Purchase Price'),