phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r500 - trunk/rapport_avance/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r500 - trunk/rapport_avance/include/template
Date: Wed, 15 May 2013 20:49:31 +0200 (CEST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]