Task #0001698: Problème affichage historique fiches

This commit is contained in:
Dany De Bontridder 2019-09-18 20:43:24 +02:00
parent ce74d3a2a8
commit 33dcb5bcfb

View file

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