This commit is contained in:
Lizandro Guarnizo
2026-04-21 16:09:17 -05:00
parent 4bf9d99f8b
commit 10b995f9b8
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ try {
try {
$formulariosCons = $pdo->query(
"SELECT id, nombre FROM lab_formularios WHERE tipo='consentimiento' AND is_active=1 ORDER BY nombre ASC"
"SELECT id, nombre FROM lab_formularios WHERE is_active=1 ORDER BY nombre ASC"
)->fetchAll(PDO::FETCH_ASSOC);
} catch (\Throwable $e) { $_loadErrors[] = 'lab_formularios: ' . $e->getMessage(); }