noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 318/323: Bug fix : History filter : do not fi


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 318/323: Bug fix : History filter : do not filter on the last columns
Date: Wed, 14 Mar 2018 17:39:12 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 66e30dbdc55494975df055c076b3b48dae270594
Author: Dany De Bontridder <address@hidden>
Date:   Mon Mar 12 20:45:40 2018 +0100

    Bug fix : History filter : do not filter on the last columns
---
 include/class/acc_account_ledger.class.php | 2 +-
 include/class/fiche.class.php              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class/acc_account_ledger.class.php 
b/include/class/acc_account_ledger.class.php
index 4abcc13..4d31139 100644
--- a/include/class/acc_account_ledger.class.php
+++ b/include/class/acc_account_ledger.class.php
@@ -763,7 +763,7 @@ class Acc_Account_Ledger
      * @return html string
      */
     function filter_history($p_table_id) {
-        return _('Filtre rapide').' '.HtmlInput::filter_table($p_table_id, 
'0,1,2,3,4,5,6,7', 1);
+        return _('Filtre rapide').' '.HtmlInput::filter_table($p_table_id, 
'0,1,2,3,4,5,6,7,8,9,10', 1);
     }
  
 }
diff --git a/include/class/fiche.class.php b/include/class/fiche.class.php
index 1486c52..c67ac0f 100644
--- a/include/class/fiche.class.php
+++ b/include/class/fiche.class.php
@@ -2218,7 +2218,7 @@ class Fiche
      */
 
     function filter_history($p_table_id) {
-        return _('Cherche').' '.HtmlInput::filter_table($p_table_id, 
'0,1,2,3,4,5,6,7', 1);
+        return _('Cherche').' '.HtmlInput::filter_table($p_table_id, 
'0,1,2,3,4,5,6,7,8,9,10', 1);
     }
 }
 



reply via email to

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