noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/08: Task #0001698: Problème affichage his


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/08: Task #0001698: Problème affichage historique fiches
Date: Tue, 24 Sep 2019 13:51:59 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 33dcb5bcfb6efe5fbfc63acc00d1749005acb30c
Author: Dany De Bontridder <address@hidden>
Date:   Wed Sep 18 20:43:24 2019 +0200

    Task #0001698: Problème affichage historique fiches
---
 include/class/fiche.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/fiche.class.php b/include/class/fiche.class.php
index 51ac1a6..4d07283 100644
--- a/include/class/fiche.class.php
+++ b/include/class/fiche.class.php
@@ -2157,7 +2157,7 @@ class Fiche
     function get_amount_side($p_amount)
     {
             if ($p_amount == 0)
-                    return "=";
+                    return "";
             if ($p_amount < 0)
                     return "C";
             if ($p_amount > 0)



reply via email to

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