[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 02/04: Task #0001698: Problème affichage his
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 02/04: Task #0001698: Problème affichage historique fiches |
Date: |
Thu, 19 Sep 2019 08:23:05 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit b4eb763bdcae24a5dca644d6c038766b0d794dde
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)