Update get_display_global.php
This commit is contained in:
@@ -95,7 +95,7 @@ if (empty($escritoriosRec)) {
|
|||||||
$stmtLugares = $pdo->query(
|
$stmtLugares = $pdo->query(
|
||||||
"SELECT id, nombre, sort_order
|
"SELECT id, nombre, sort_order
|
||||||
FROM turnero_lugares
|
FROM turnero_lugares
|
||||||
WHERE activo = 1 AND (tipo = 'muestras' OR tipo IS NULL)
|
WHERE activo = 1 AND tipo = 'muestras'
|
||||||
ORDER BY sort_order ASC"
|
ORDER BY sort_order ASC"
|
||||||
);
|
);
|
||||||
$lugares = $stmtLugares->fetchAll(PDO::FETCH_ASSOC);
|
$lugares = $stmtLugares->fetchAll(PDO::FETCH_ASSOC);
|
||||||
|
|||||||
Reference in New Issue
Block a user