From 493216caa860e4eb5c35f673541eb28ed68af01b Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Sun, 19 Apr 2026 21:16:26 -0500 Subject: [PATCH] Update configuracion.php --- modules/turnero/views/configuracion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/turnero/views/configuracion.php b/modules/turnero/views/configuracion.php index 6497c71..5b51591 100644 --- a/modules/turnero/views/configuracion.php +++ b/modules/turnero/views/configuracion.php @@ -48,7 +48,7 @@ try { try { $formulariosCons = $pdo->query( - "SELECT id, nombre FROM lab_formularios WHERE tipo='consentimiento' AND activo=1 ORDER BY nombre ASC" + "SELECT id, nombre FROM lab_formularios WHERE tipo='consentimiento' AND is_active=1 ORDER BY nombre ASC" )->fetchAll(PDO::FETCH_ASSOC); } catch (\Throwable $e) { $_loadErrors[] = 'lab_formularios: ' . $e->getMessage(); }