Fix : type was forced to 0 so service are not in the list

This commit is contained in:
Maxime Kohlhaas 2017-11-03 09:09:07 +01:00
parent a291919cf7
commit e992e4bea5

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