forked from CGM_Public/pretix_original
Fix incorrect translation of <= from json logic to SQL
This commit is contained in:
@@ -46,7 +46,7 @@ class GreaterEqualThan(Func):
|
||||
|
||||
|
||||
class LowerEqualThan(Func):
|
||||
arg_joiner = ' < '
|
||||
arg_joiner = ' <= '
|
||||
arity = 2
|
||||
function = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user