noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 05/11: Display the balance difference


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/11: Display the balance difference
Date: Fri, 1 Jun 2018 17:02:49 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit fc84867210892b2e4b5f617aa20e1beb75ff4f81
Author: Dany De Bontridder <address@hidden>
Date:   Thu May 10 23:02:23 2018 +0200

    Display the balance difference
---
 include/class/acc_operation.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/acc_operation.class.php 
b/include/class/acc_operation.class.php
index 0144049..793fb73 100644
--- a/include/class/acc_operation.class.php
+++ b/include/class/acc_operation.class.php
@@ -278,7 +278,7 @@ class Acc_Operation
         if ( $diff != 0 )
         {
 
-            printf (_("Erreur : balance incorrecte :diff = %d"),$diff);
+            printf (_("Erreur : balance incorrecte :diff = %s"),$diff);
             return false;
         }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]