From: Matías Sklar Date: Wed, 10 Sep 2003 22:05:43 +0000 (+0000) Subject: - Primera version semi-funcional de bandas. Otros cambios que no tengo idea de que... X-Git-Tag: svn_import~183 X-Git-Url: https://git.llucax.com/mecon/intranet.git/commitdiff_plain/20d4a7ba7b9c030db66d4f655caa4cc481a509ae - Primera version semi-funcional de bandas. Otros cambios que no tengo idea de que se tratan en legajos. --- diff --git a/doc/servicios/bandas/bandas.xmi b/doc/servicios/bandas/bandas.xmi index 5cb76a1..1656fb5 100644 --- a/doc/servicios/bandas/bandas.xmi +++ b/doc/servicios/bandas/bandas.xmi @@ -6,7 +6,7 @@ 1.1.5 UnicodeUTF8 - + @@ -74,66 +74,32 @@ x2c:include:MECON/NovedadesDia.php" name="MECON_NovedadesDia" static="0" scope=" -<<<<<<< .mine - -======= - ->>>>>>> .r63 + -<<<<<<< .mine - - - - - -======= - - - - - ->>>>>>> .r63 + + + + + -<<<<<<< .mine - - - -======= - - - ->>>>>>> .r63 + + + -<<<<<<< .mine - - -======= - - ->>>>>>> .r63 + + -<<<<<<< .mine - + -======= - - - ->>>>>>> .r63 -<<<<<<< .mine - - -======= - - ->>>>>>> .r63 + + @@ -143,8 +109,7 @@ x2c:include:MECON/NovedadesDia.php" name="MECON_NovedadesDia" static="0" scope=" -<<<<<<< .mine - + @@ -154,7 +119,7 @@ x2c:include:MECON/NovedadesDia.php" name="MECON_NovedadesDia" static="0" scope=" - + @@ -163,9 +128,6 @@ x2c:include:MECON/NovedadesDia.php" name="MECON_NovedadesDia" static="0" scope=" -======= - ->>>>>>> .r63 @@ -179,36 +141,12 @@ x2c:include:MECON/NovedadesDia.php" name="MECON_NovedadesDia" static="0" scope=" -<<<<<<< .mine -======= - ->>>>>>> .r63 -<<<<<<< .mine -======= - - - - - - - - - - - - - - - - - ->>>>>>> .r63 diff --git a/sistema/local_lib/Servicios/Bandas/Agente.php b/sistema/local_lib/Servicios/Bandas/Agente.php index 1811d11..fae972c 100644 --- a/sistema/local_lib/Servicios/Bandas/Agente.php +++ b/sistema/local_lib/Servicios/Bandas/Agente.php @@ -98,7 +98,7 @@ class Servicios_Bandas_Agente extends MECON_Agente { */ function getPromedioMensual() // ~X2C { - return $this->_promedioMensual; + return $this->_promedio; } // -X2C @@ -233,4 +233,4 @@ class Servicios_Bandas_Agente extends MECON_Agente { // -X2C } // -X2C Class :Servicios_Bandas_Agente -?> +?> \ No newline at end of file diff --git a/sistema/www/images/servicio_legajos.gif b/sistema/www/images/servicios_legajos.gif similarity index 100% rename from sistema/www/images/servicio_legajos.gif rename to sistema/www/images/servicios_legajos.gif diff --git a/sistema/www/servicios/legajos/legajo.php b/sistema/www/servicios/legajos/legajo.php index 71920e3..d583e1f 100755 --- a/sistema/www/servicios/legajos/legajo.php +++ b/sistema/www/servicios/legajos/legajo.php @@ -9,6 +9,8 @@ require_once 'MECON/HTML/Tabla.php'; require_once 'MECON/HTML/Arbol.php'; require_once '../../../local_lib/HTML_DietMarco.php'; + + if(!isset($_SESSION['documento'])) { header('Location: ../../servicios.php');