Update get_display_global.php

This commit is contained in:
Lizandro Guarnizo
2026-06-09 18:26:29 -05:00
parent 53a49ef265
commit 376a1a5ef3
+1 -1
View File
@@ -95,7 +95,7 @@ if (empty($escritoriosRec)) {
$stmtLugares = $pdo->query(
"SELECT id, nombre, sort_order
FROM turnero_lugares
WHERE activo = 1 AND (tipo = 'muestras' OR tipo IS NULL)
WHERE activo = 1 AND tipo = 'muestras'
ORDER BY sort_order ASC"
);
$lugares = $stmtLugares->fetchAll(PDO::FETCH_ASSOC);