[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 02/08: Task #0001698: Problème affichage his
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 02/08: Task #0001698: Problème affichage historique fiches |
Date: |
Tue, 24 Sep 2019 13:51:59 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 33dcb5bcfb6efe5fbfc63acc00d1749005acb30c
Author: Dany De Bontridder <address@hidden>
Date: Wed Sep 18 20:43:24 2019 +0200
Task #0001698: Problème affichage historique fiches
---
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 51ac1a6..4d07283 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)
- [Noalyss-commit] [noalyss] branch master updated (1aa7a44 -> 7049cff), Dany De Bontridder, 2019/09/24
- [Noalyss-commit] [noalyss] 02/08: Task #0001698: Problème affichage historique fiches,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 01/08: task #0001698: Problème affichage historique fiches Prevent direct use of http_request translation Cosmetic, Dany De Bontridder, 2019/09/24
- [Noalyss-commit] [noalyss] 06/08: PHPUNIT : Acc_Compute, Dany De Bontridder, 2019/09/24
- [Noalyss-commit] [noalyss] 07/08: Merge branch 'dev7100', Dany De Bontridder, 2019/09/24
- [Noalyss-commit] [noalyss] 08/08: Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss, Dany De Bontridder, 2019/09/24
- [Noalyss-commit] [noalyss] 03/08: Task #0001703: Faciliter effacement montants dans les filtres, Dany De Bontridder, 2019/09/24
- [Noalyss-commit] [noalyss] 05/08: documentation + traduction, Dany De Bontridder, 2019/09/24
- [Noalyss-commit] [noalyss] 04/08: Improve PHPUNIT Test for phpunit7 and phpunit8, Dany De Bontridder, 2019/09/24