Smart block fix
This commit is contained in:
parent
2e3e8659c1
commit
c1c90a4b9a
|
@ -1361,7 +1361,12 @@ SQL;
|
|||
"is" => _("is"),
|
||||
"is not" => _("is not"),
|
||||
"starts with" => _("starts with"),
|
||||
"ends with" => _("ends with")
|
||||
"ends with" => _("ends with"),
|
||||
"is" => _("is"),
|
||||
"is not" => _("is not"),
|
||||
"is greater than" => _("is greater than"),
|
||||
"is less than" => _("is less than"),
|
||||
"is in the range" => _("is in the range")
|
||||
);
|
||||
|
||||
// Load criteria from db
|
||||
|
|
Loading…
Reference in New Issue