From 4f7f46f3e2361ce4bd21847a7db8b4c3d9ee43a1 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 17 Jul 2003 16:59:31 +0000 Subject: [PATCH] Se agrega el control para mostrar solo sistemas dados de alta. --- sistema/www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sistema/www/index.php b/sistema/www/index.php index cfab50e..ba761ef 100644 --- a/sistema/www/index.php +++ b/sistema/www/index.php @@ -224,7 +224,7 @@ if ($tipo) { 'id' => "A.$tipo", 'nombre' => 'S.nombre_sistema', 'prepend_link' => $tipo.'?accion='.AI_MODIF.'&id=', - 'where' => 'S.id_sistema = A.sistema', + 'where' => 'S.id_sistema = A.sistema AND S.estado = 1', 'order' => 'asc', ); } -- 2.43.0