diff --git a/apps/treasury/models.py b/apps/treasury/models.py index a342eeb1..bcd89db9 100644 --- a/apps/treasury/models.py +++ b/apps/treasury/models.py @@ -79,7 +79,7 @@ class Product(models.Model): verbose_name=_("Quantity") ) - amount = models.PositiveIntegerField( + amount = models.IntegerField( verbose_name=_("Unit price") ) diff --git a/templates/treasury/invoice_form.html b/templates/treasury/invoice_form.html index de43af22..0edcbdcd 100644 --- a/templates/treasury/invoice_form.html +++ b/templates/treasury/invoice_form.html @@ -30,7 +30,7 @@ {# Use custom input for amount, with the € symbol #}
-
@@ -66,7 +66,7 @@ {{ formset.empty_form.quantity }}
-