Merge branch '1441-Busqueda-y-ordenacion-no-funcionan-correctamente-en-Gestionar-agentes-Carrefour' into 'develop'
Uncomment collation order for case insensitive agent search - #1441 See merge request artica/pandorafms!913
This commit is contained in:
commit
e344ad8de8
|
@ -181,7 +181,7 @@ $order_collation = "";
|
|||
switch ($config["dbtype"]) {
|
||||
case "mysql":
|
||||
$order_collation = "";
|
||||
//$order_collation = "COLLATE utf8_general_ci";
|
||||
$order_collation = "COLLATE utf8_general_ci";
|
||||
break;
|
||||
case "postgresql":
|
||||
case "oracle":
|
||||
|
|
Loading…
Reference in New Issue