Skip to content

Commit

Permalink
Fix quick search on product/services
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 7, 2017
1 parent e40bffb commit df2f73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/list.php
Expand Up @@ -66,7 +66,7 @@
$search_accountancy_code_sell = GETPOST("search_accountancy_code_sell",'alpha');
$search_accountancy_code_buy = GETPOST("search_accountancy_code_buy",'alpha');
$optioncss = GETPOST('optioncss','alpha');
$type=(int) GETPOST("type","int");
$type=GETPOST("type","int");

//Show/hide child products. Hidden by default
if (!$_POST) {
Expand Down

0 comments on commit df2f73b

Please sign in to comment.