X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/d12f20b09e871355236f3a1573781a05f8bf239a..0505d35b40c4819ffb0a94b557ef7c614c3545a5:/sistema/www/servicios/legajos/legajo.php diff --git a/sistema/www/servicios/legajos/legajo.php b/sistema/www/servicios/legajos/legajo.php index 915a72b..152051c 100755 --- a/sistema/www/servicios/legajos/legajo.php +++ b/sistema/www/servicios/legajos/legajo.php @@ -26,7 +26,7 @@ foreach (array('Personales','Domicilio','Cobertura','Estudios','Antiguedad','Lab array_push($arbol_valores,$aa); } -$arbol = new HTML_Arbol($arbol_valores,'Datos'); +$arbol = new MECON_HTML_Arbol($arbol_valores,'Datos'); $m->addStyleSheet($arbol->getCSS()); $m->addStyleSheet('/MECON/css/general_estilos.css'); $T = new HTML_Table(array ( 'width'=>'750', @@ -37,7 +37,7 @@ $T = new HTML_Table(array ( 'width'=>'750', $row_T = array(); -$agente = new Agente(NULL); +$agente = new MECON_Agente(NULL); if(!($agente->buscarAgente($nrodoc))) { $t = new HTML_Table(array('width'=>'600')); @@ -59,8 +59,8 @@ $familiares = new Servicios_Legajos_Familiares($nrodoc); if(!preg_match('/^CON/',$agente->getTipo())) { - $datos_hora_desde = new Hora($agente->datos['hora_desde']); - $datos_hora_hasta = new Hora($agente->datos['hora_hasta']); + $datos_hora_desde = new MECON_Tiempo_Hora($agente->datos['hora_desde']); + $datos_hora_hasta = new MECON_Tiempo_Hora($agente->datos['hora_hasta']); $datos = $agente->getOtrosDatos(); $datos['cuil'] = $agente->getCuil(); $datos_estudios = $estudios->getEstudios(); @@ -68,7 +68,7 @@ if(!preg_match('/^CON/',$agente->getTipo())) $datos_experiencia = $antiguedad->getExperiencia(); $datos_familiares = $familiares->getFamiliares(); $datos_hijos = $familiares->getHijos(); - $dep = new Dependencia($agente->getDependencia()); + $dep = new MECON_Dependencia($agente->getDependencia()); } if(in_array('mostrar',array_keys($_GET)) and !(preg_match('/^CON/',$agente->getTipo()))) {