noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 33/54: Task #0001698: Problème affichage hist


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 33/54: Task #0001698: Problème affichage historique fiches
Date: Sat, 11 Jul 2020 13:26:55 -0400 (EDT)

sparkyx pushed a commit to annotated tag entreprise-0500
in repository noalyss.

commit 860d94045ccfd5f5ccc7d09b84e9073fdeeb9794
Author: Dany De Bontridder <dany@alchimerys.be>
AuthorDate: 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 bdb61da..79da560 100644
--- a/include/class/fiche.class.php
+++ b/include/class/fiche.class.php
@@ -2225,7 +2225,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]