Author: danydb
Date: 2013-05-15 20:49:31 +0200 (Wed, 15 May 2013)
New Revision: 500

Modified:
   trunk/rapport_avance/include/template/declaration_display.php
Log:
Undefined variable $per  when not step

Modified: trunk/rapport_avance/include/template/declaration_display.php
===================================================================
--- trunk/rapport_avance/include/template/declaration_display.php       
2013-05-13 21:56:31 UTC (rev 499)
+++ trunk/rapport_avance/include/template/declaration_display.php       
2013-05-15 18:49:31 UTC (rev 500)
@@ -40,6 +40,7 @@
 for ($i=0;$i<count($array);$i++):
        $row=$array[$i];
 if ($this->d_step <> 0 ) $per= $row['dr_start']." : ".$row['dr_end'];
+$per=(isset($per))?$per:"";
 switch($row['dr_type'])
 {
        case 1:



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to