[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 23/238: Display the balance difference
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 23/238: Display the balance difference |
Date: |
Sat, 26 Oct 2019 04:40:18 -0400 (EDT) |
sparkyx pushed a commit to annotated tag rel7110
in repository noalyss.
commit f0846924da59dab43a30e7c02cf66bad049eb666
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 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;
}
- [Noalyss-commit] [noalyss] 12/238: Action_Code : add validate, cancel and modify icon, (continued)
- [Noalyss-commit] [noalyss] 12/238: Action_Code : add validate, cancel and modify icon, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 22/238: Task #448 : identical operation with currency, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 24/238: Task #448 : rounded value for VEN, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 10/238: Currency : add SQL constraint + doc, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 17/238: Currency : fix rounded bugs in detail operation, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 19/238: Task #448 : currency : cosmetic operation detail, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 27/238: Task #448 : delete unused currency, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 18/238: task #448 : Currency : display currency info into operation detail, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 20/238: Task #448 : check currency rate > 0 and payment in eur, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 21/238: Task #448 : issue with reconciliation amount, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 23/238: Display the balance difference,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 26/238: Task #448 : rounded problem add debug info, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 29/238: Task #448 : currency_id = 0 for the default currency + display currency rate in confirm operation, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 34/238: Task #448 : Currency : purchase, fix bug for autoreverse VAT, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 06/238: Currency : add ajax call to delete one rate , add documentation , remove debug info, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 31/238: task #448 : currency always used and remove parameter 'use_currency' from parameters, add SQL script, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 32/238: Task #448 : SQL integrated into upgrade128, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 28/238: Task #448 : currency , EUR cannot be changed and not display, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 33/238: Task #448 : correct bug if VAT Rate = 0 , amount was reset, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 25/238: Task #448 : payment method VEN, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 30/238: remove debug info, Dany De Bontridder, 2019/10/26