X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/144c33e600730c8e7896d0e2002f70766b03c765..f3ae07982132c35339f6d4e4947546aeea5b9550:/sistema/www/servicios/legajos/legajo.php diff --git a/sistema/www/servicios/legajos/legajo.php b/sistema/www/servicios/legajos/legajo.php index 090625c..a0fcc30 100755 --- a/sistema/www/servicios/legajos/legajo.php +++ b/sistema/www/servicios/legajos/legajo.php @@ -30,7 +30,7 @@ $T = new HTML_Table(array ( 'width'=>'750', 'cellpadding' => '0', 'bgcolor' => '#FFFFFF')); -$agente = new MECON_Agente(NULL); +$agente = new MECON_Agente($DB, NULL); if(!($agente->buscarAgente($nrodoc)) or ($agente->buscarAgente($nrodoc) and preg_match('/^CON/',$agente->getTipo()))) { $mensaje = new HTML_Mensaje('alerta', 'InformaciĆ³n no disponible', 300);