noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 15/19: Bug in reconcile for bank amount: tota


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 15/19: Bug in reconcile for bank amount: total_invoice is null for FIN and ODS
Date: Thu, 12 Dec 2019 15:49:06 -0500 (EST)

sparkyx pushed a commit to tag rel7200
in repository noalyss.

commit a53c93a06f0d73b71773bccd7fbb781c879ea9e1
Author: Dany De Bontridder <address@hidden>
Date:   Sun Dec 8 11:07:19 2019 +0100

    Bug in reconcile for bank amount: total_invoice is null for FIN and ODS
---
 include/class/acc_ledger_search.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/acc_ledger_search.class.php 
b/include/class/acc_ledger_search.class.php
index 6f4ea8c..198b0e7 100644
--- a/include/class/acc_ledger_search.class.php
+++ b/include/class/acc_ledger_search.class.php
@@ -395,7 +395,7 @@ class Acc_Ledger_Search
                                  from quant_purchase 
                                  where qp_internal=X.jr_internal) as 
invoice_purchase
                        )
-               else null
+               else jr_montant
                end as total_invoice,
             jr_date_paid,
             to_char(jr_date_paid,'DD.MM.YY') as str_jr_date_paid,



reply via email to

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