forked from CGM_Public/pretix_original
Check-in: Change text represenation of "product"
This commit is contained in:
@@ -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')),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user