phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5131 - phpcompta/tags/rel650/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5131 - phpcompta/tags/rel650/include
Date: Mon, 1 Oct 2012 22:04:04 +0200 (CEST)

Author: danydb
Date: 2012-10-01 22:04:03 +0200 (Mon, 01 Oct 2012)
New Revision: 5131

Modified:
   phpcompta/tags/rel650/include/class_follow_up.php
Log:
Ne surligne pas les actions clotur?\195?\169es

Modified: phpcompta/tags/rel650/include/class_follow_up.php
===================================================================
--- phpcompta/tags/rel650/include/class_follow_up.php   2012-10-01 20:03:42 UTC 
(rev 5130)
+++ phpcompta/tags/rel650/include/class_follow_up.php   2012-10-01 20:04:03 UTC 
(rev 5131)
@@ -751,9 +751,9 @@
                                $st = ' style="font-weight:bold; border:2px 
solid orange;"';
                        $date_remind = format_date($row['my_remind'], 
'DD.MM.YYYY', 'YYYYMMDD');
                        $date_today = date('Ymd');
-                       if ($date_remind != "" && $date_remind == $date_today)
+                       if ($date_remind != "" && $date_remind == $date_today 
&& $row['ag_state']!=1 && $row['ag_state']!=3)
                                $st = ' 
style="font-weight:bold;background:orange"';
-                       if ($date_remind != "" && $date_remind < $date_today)
+                       if ($date_remind != "" && $date_remind < $date_today && 
$row['ag_state']!=1 && $row['ag_state']!=3)
                                $st = ' 
style="font-weight:bold;background:#FF0000"';
                        $r.="<tr class=\"$tr\" $st>";
                        $r.="<td>" . $href . smaller_date($row['my_date']) . 
'</a>' . "</td>";



---
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]