Refs #56 -- Revert changes to recover from a problem

This commit is contained in:
Raphael Michel
2015-08-04 15:59:06 +02:00
parent 1554d2e5be
commit 4277e689b8
2 changed files with 24 additions and 1 deletions

View File

@@ -845,7 +845,7 @@ class Item(Versionable):
)
default_price = models.DecimalField(
verbose_name=_("Default price"),
max_digits=7, decimal_places=2
max_digits=7, decimal_places=2, null=True
)
tax_rate = models.DecimalField(
null=True, blank=True,