Filtre ne fonctionne pas tva_search_id est vide
This commit is contained in:
parent
5431982223
commit
1cc0137a95
1 changed files with 1 additions and 1 deletions
|
|
@ -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) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue