[Alba-desarrollo] SVN Alba r6310 - prosistem/alba/trunk/alba/apps/principal/modules/ciclolectivo/actions

commits en pressenter.com.ar commits en pressenter.com.ar
Mie Dic 16 21:32:56 CET 2009


Author: josx
Date: 2009-12-16 17:32:56 -0300 (Wed, 16 Dec 2009)
New Revision: 6310

Modified:
   prosistem/alba/trunk/alba/apps/principal/modules/ciclolectivo/actions/actions.class.php
Log:
Arreglando problema al graba con el checkbox en periodos

Modified: prosistem/alba/trunk/alba/apps/principal/modules/ciclolectivo/actions/actions.class.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/ciclolectivo/actions/actions.class.php	2009-12-16 19:19:13 UTC (rev 6309)
+++ prosistem/alba/trunk/alba/apps/principal/modules/ciclolectivo/actions/actions.class.php	2009-12-16 20:32:56 UTC (rev 6310)
@@ -170,8 +170,12 @@
                     }
 
                     if(isset($periodo['descripcion'])) $this->periodo->setDescripcion($periodo['descripcion']);
-                    if(isset($periodo['calcular'])) $this->periodo->setCalcular($periodo['calcular']);
-                     if(isset($periodo['formula'])) $this->periodo->setFormula($periodo['formula']);
+                    if(isset($periodo['calcular'])) { 
+                        $this->periodo->setCalcular($periodo['calcular']);
+                    } else {
+                        $this->periodo->setCalcular(false);
+                    }
+                    if(isset($periodo['formula'])) $this->periodo->setFormula($periodo['formula']);
                     if(isset($periodo['fecha_inicio'])) {
                         if($periodo['fecha_inicio']) {
                             list($d, $m, $y) = sfContext::getInstance()->getI18N()->getDateForCulture($periodo['fecha_inicio'], $this->getUser()->getCulture());




Más información sobre la lista de distribución Alba-desarrollo