noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 32/73: Fix bug Forecast


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 32/73: Fix bug Forecast
Date: Fri, 28 May 2021 05:26:30 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3bb09a45b9825ca90e2205b1d20ac3f04d9ccf75
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Apr 18 21:38:58 2021 +0200

    Fix bug Forecast
---
 include/template/anticipation-display.php | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/include/template/anticipation-display.php 
b/include/template/anticipation-display.php
index 203a5dc..8c8458e 100644
--- a/include/template/anticipation-display.php
+++ b/include/template/anticipation-display.php
@@ -180,6 +180,10 @@ elseif ( $aItem[$i][$e]['fi_account']!="" && $diff > 0 )
     echo '<td style="text-align:right;background-color:red;color:white">';
       
   }
+  else {
+    echo '<td style="text-align:right;background-color:green;color:white">';
+  }
+
 
 echo nbm( $diff);
 ?>
@@ -263,4 +267,4 @@ endfor;
 ?>
 </ul>
 </div>
-<?php endif; ?>
\ No newline at end of file
+<?php endif; ?>



reply via email to

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