mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Checkin: Allow to use presence state in rules (#4061)
This commit is contained in:
@@ -34,6 +34,7 @@ class Equal(Func):
|
||||
arg_joiner = ' = '
|
||||
arity = 2
|
||||
function = ''
|
||||
conditional = True
|
||||
|
||||
|
||||
class GreaterThan(Func):
|
||||
|
||||
Reference in New Issue
Block a user