noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 23/162: Display the balance difference


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 23/162: Display the balance difference
Date: Sat, 11 Jul 2020 13:23:23 -0400 (EDT)

sparkyx pushed a commit to annotated tag E-4
in repository noalyss.

commit f0846924da59dab43a30e7c02cf66bad049eb666
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: 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 bf19a07..1361d19 100644
--- a/include/class/acc_operation.class.php
+++ b/include/class/acc_operation.class.php
@@ -287,7 +287,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]