Add amount field to EquipmentRemark
This commit is contained in:
parent
350b0c58be
commit
1d07c5e8fd
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ class EquipmentRemark(models.Model):
|
||||||
related_name="remarks",
|
related_name="remarks",
|
||||||
help_text=_("Matériel concerné par la remarque"),
|
help_text=_("Matériel concerné par la remarque"),
|
||||||
)
|
)
|
||||||
|
amount = models.PositiveSmallIntegerField(_("quantité concernée"))
|
||||||
is_broken = models.BooleanField()
|
is_broken = models.BooleanField()
|
||||||
is_lost = models.BooleanField()
|
is_lost = models.BooleanField()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue