1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-07-24 17:50:35 +02:00

🐛 Fix treasury

This commit is contained in:
Yohann D'ANELLO
2020-08-05 18:04:01 +02:00
parent 9c3e978a41
commit b0398e59b8
7 changed files with 86 additions and 80 deletions
apps/treasury
locale
de
LC_MESSAGES
fr
LC_MESSAGES
templates/note

@ -82,7 +82,7 @@ class Product(models.Model):
verbose_name=_("Designation"),
)
quantity = models.PositiveIntegerField(
quantity = models.IntegerField(
verbose_name=_("Quantity")
)