Fix quick search on product/services
This commit is contained in:
parent
e40bffb0d5
commit
df2f73bdc3
@ -66,7 +66,7 @@ $search_tobatch = GETPOST("search_tobatch",'int');
|
|||||||
$search_accountancy_code_sell = GETPOST("search_accountancy_code_sell",'alpha');
|
$search_accountancy_code_sell = GETPOST("search_accountancy_code_sell",'alpha');
|
||||||
$search_accountancy_code_buy = GETPOST("search_accountancy_code_buy",'alpha');
|
$search_accountancy_code_buy = GETPOST("search_accountancy_code_buy",'alpha');
|
||||||
$optioncss = GETPOST('optioncss','alpha');
|
$optioncss = GETPOST('optioncss','alpha');
|
||||||
$type=(int) GETPOST("type","int");
|
$type=GETPOST("type","int");
|
||||||
|
|
||||||
//Show/hide child products. Hidden by default
|
//Show/hide child products. Hidden by default
|
||||||
if (!$_POST) {
|
if (!$_POST) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user