Task #0001698: Problème affichage historique fiches
This commit is contained in:
parent
ce74d3a2a8
commit
33dcb5bcfb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue