forked from CGM_Public/pretix_original
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