Task #0001698: Problème affichage historique fiches

This commit is contained in:
Dany De Bontridder 2019-09-18 20:43:24 +02:00 committed by Dany De Bontridder
parent bbdeaeae06
commit 860d94045c

View file

@ -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)