noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/04: Bug = conditions added twice


From: dwm
Subject: [Noalyss-commit] [noalyss] 03/04: Bug = conditions added twice
Date: Thu, 27 Jul 2023 14:23:32 -0400 (EDT)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 6d2950bd79e20b8090911299bf537baee7bde225
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Jul 25 19:29:08 2023 +0200

    Bug = conditions added twice
---
 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 fb043c4ad..673b2720c 100644
--- a/include/class/acc_ledger_search.class.php
+++ b/include/class/acc_ledger_search.class.php
@@ -695,7 +695,7 @@ class Acc_Ledger_Search
                         where qs_vat_code=".sql_string($tva_id_search).")";
 
         }
-        
$where=$fil_ledger.$fil_amount.$fil_date.$fil_desc.$fil_sec.$fil_amount.
+        $where=$fil_ledger.$fil_amount.$fil_date.$fil_desc.$fil_sec.
             
$fil_qcode.$fil_paid.$fil_account.$fil_date_paid.$fil_hide_operation.$fil_tag.$fil_currency.$fil_vat;
         
         $sql.=" where ".$where;



reply via email to

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