mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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_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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user