]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/legajos/legajo.php
- Se agrega el comportamiento especial para las paginas de la oanet:
[mecon/intranet.git] / sistema / www / servicios / legajos / legajo.php
index f79897fe49ecc7796dd50607d05947fbc6c6c5bb..49ec4206d9fbf9e66c818a0d72f957e38b0325f7 100755 (executable)
@@ -1,9 +1,9 @@
 <?php
 require_once 'MECON/Dependencia.php';
 require_once 'MECON/Agente.php';
-require_once 'Servicios/Legajos/Estudios.php';
-require_once 'Servicios/Legajos/ExperienciaLaboral.php';
-require_once 'Servicios/Legajos/Familiares.php';
+require_once 'MECON/Legajos/Estudios.php';
+require_once 'MECON/Legajos/ExperienciaLaboral.php';
+require_once 'MECON/Legajos/Familiares.php';
 require_once 'HTML/Table.php';
 require_once 'MECON/HTML/Tabla.php';
 require_once 'MECON/HTML/Image.php';
@@ -46,9 +46,9 @@ if(!($agente->buscarAgente($nrodoc)) or ($agente->buscarAgente($nrodoc) and preg
        exit;
 }
 
-$estudios = new Servicios_Legajos_Estudios($nrodoc); 
-$antiguedad = new Servicios_Legajos_ExperienciaLaboral($nrodoc); 
-$familiares = new Servicios_Legajos_Familiares($nrodoc); 
+$estudios = new MECON_Legajos_Estudios($DB,$nrodoc); 
+$antiguedad = new MECON_Legajos_ExperienciaLaboral($DB,$nrodoc); 
+$familiares = new MECON_Legajos_Familiares($DB,$nrodoc); 
 
 if(!preg_match('/^CON/',$agente->getTipo()))
 {