noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 10/38: Filtre ne fonctionne pas tva_search_id


From: dwm
Subject: [Noalyss-commit] [noalyss] 10/38: Filtre ne fonctionne pas tva_search_id est vide
Date: Sun, 18 Feb 2024 07:30:42 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit af9e4c330a613d7d97a5626e3c7bf3c629ab73b8
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Feb 3 10:48:16 2024 +0100

    Filtre ne fonctionne pas tva_search_id est vide
---
 include/ajax/ajax_search_filter.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ajax/ajax_search_filter.php 
b/include/ajax/ajax_search_filter.php
index 7020e9bae..7301c4ba3 100644
--- a/include/ajax/ajax_search_filter.php
+++ b/include/ajax/ajax_search_filter.php
@@ -61,7 +61,7 @@ if ($op=='save_filter')
         $new->setp("operation_filter", $http->post("operation_filter", 
'string', NULL));
         $new->setp("filter_name", h($http->post("filter_name", 'string')));
         $new->setp("uf_currency_code", h($http->post("p_currency_code", 
'number',-1)));
-        $new->setp("tva_id_search", h($http->post("tva_id_search", 
'number',null)));
+        $new->setp("tva_id_search", h($http->post("tva_id_search", 
'string',null)));
         $tag=$http->post("tag","string",'');
         
         if (is_array($tag) ) 



reply via email to

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