mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Web-based check-in interface (#1985)
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
$(document).ready(function () {
|
||||
var TYPEOPS = {
|
||||
// Every change to our supported JSON logic must be done
|
||||
// * in pretix.base.services.checkin
|
||||
// * in pretix.base.models.checkin
|
||||
// * in checkinrules.js
|
||||
// * in libpretixsync
|
||||
'product': {
|
||||
'inList': {
|
||||
'label': gettext('is one of'),
|
||||
|
||||
Reference in New Issue
Block a user