Product's amounts can be negative, in case of discounts (treasurers are free to generate what invoice they want)
This commit is contained in:
parent
a33d373f6e
commit
432f14d9d1
2 changed files with 3 additions and 3 deletions
|
|
@ -79,7 +79,7 @@ class Product(models.Model):
|
|||
verbose_name=_("Quantity")
|
||||
)
|
||||
|
||||
amount = models.PositiveIntegerField(
|
||||
amount = models.IntegerField(
|
||||
verbose_name=_("Unit price")
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue