Skip to content

Commit

Permalink
Fix lose filter type
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 17, 2018
1 parent 56d702e commit 756838c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/societe/list.php
Expand Up @@ -539,7 +539,8 @@
if ($search_idprof5 != '') $param.= '&search_idprof5='.urlencode($search_idprof5);
if ($search_idprof6 != '') $param.= '&search_idprof6='.urlencode($search_idprof6);
if ($search_vat != '') $param.= '&search_vat='.urlencode($search_vat);
if ($search_type_thirdparty != '') $param.='&search_type_thirdparty='.urlencode($search_type_thirdparty);
if ($search_type != '') $param.='&search_type_thirdparty='.urlencode($search_type_thirdparty);
if ($search_type_thirdparty != '') $param.='&search_type='.urlencode($search_type);
if ($optioncss != '') $param.='&optioncss='.urlencode($optioncss);
if ($search_status != '') $param.='&search_status='.urlencode($search_status);
if ($search_stcomm != '') $param.='&search_stcomm='.urlencode($search_stcomm);
Expand Down

0 comments on commit 756838c

Please sign in to comment.