Filtre ne fonctionne pas tva_search_id est vide

This commit is contained in:
sparkyx 2024-02-03 10:48:16 +01:00
parent 5431982223
commit 1cc0137a95

View file

@ -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) )