Fix quick search on product/services

This commit is contained in:
Laurent Destailleur 2017-10-07 20:36:32 +02:00
parent e40bffb0d5
commit df2f73bdc3

View File

@ -66,7 +66,7 @@ $search_tobatch = GETPOST("search_tobatch",'int');
$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) {