mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
UI for creating and chacnging vouchers
This commit is contained in:
@@ -237,6 +237,10 @@ class EventPermission(models.Model):
|
||||
default=True,
|
||||
verbose_name=_("Can change orders")
|
||||
)
|
||||
can_change_vouchers = models.BooleanField(
|
||||
default=True,
|
||||
verbose_name=_("Can change vouchers")
|
||||
)
|
||||
|
||||
class Meta:
|
||||
verbose_name = _("Event permission")
|
||||
|
||||
Reference in New Issue
Block a user