Check-in: Change text represenation of "product"

This commit is contained in:
Raphael Michel
2021-06-22 17:19:42 +02:00
parent 12ab5ace9c
commit c8d464ded7

View File

@@ -265,6 +265,7 @@ class Checkin(models.Model):
(REASON_REVOKED, _('Ticket code revoked/changed')),
(REASON_INCOMPLETE, _('Information required')),
(REASON_ALREADY_REDEEMED, _('Ticket already used')),
(REASON_PRODUCT, _('Ticket type not allowed here')),
(REASON_ERROR, _('Server error')),
)