From 860d94045ccfd5f5ccc7d09b84e9073fdeeb9794 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 bdb61da75..79da56051 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)