mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-20 17:41:55 +02:00
Product's amounts can be negative, in case of discounts (treasurers are free to generate what invoice they want)
This commit is contained in:
@ -79,7 +79,7 @@ class Product(models.Model):
|
||||
verbose_name=_("Quantity")
|
||||
)
|
||||
|
||||
amount = models.PositiveIntegerField(
|
||||
amount = models.IntegerField(
|
||||
verbose_name=_("Unit price")
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user