From 33dcb5bcfb6efe5fbfc63acc00d1749005acb30c Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 18 Sep 2019 20:43:24 +0200 Subject: [PATCH] =?UTF-8?q?Task=20#0001698:=20Probl=C3=A8me=20affichage=20?= =?UTF-8?q?historique=20fiches?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 51ac1a69d..4d0728363 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)