mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Fix incorrect translation of <= from json logic to SQL
This commit is contained in:
@@ -46,7 +46,7 @@ class GreaterEqualThan(Func):
|
|||||||
|
|
||||||
|
|
||||||
class LowerEqualThan(Func):
|
class LowerEqualThan(Func):
|
||||||
arg_joiner = ' < '
|
arg_joiner = ' <= '
|
||||||
arity = 2
|
arity = 2
|
||||||
function = ''
|
function = ''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user