From: Leandro Lucarella Date: Thu, 17 Jul 2003 16:59:31 +0000 (+0000) Subject: Se agrega el control para mostrar solo sistemas dados de alta. X-Git-Tag: svn_import~53 X-Git-Url: https://git.llucax.com/mecon/ai.git/commitdiff_plain/4f7f46f3e2361ce4bd21847a7db8b4c3d9ee43a1 Se agrega el control para mostrar solo sistemas dados de alta. --- 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', ); }