Merge pull request #9198 from OPEN-DSI/fix_cmd_list
FIX : Search on Ref project on order list
This commit is contained in:
commit
9f09c97eb9
@ -75,6 +75,7 @@ $search_total_ht=GETPOST('search_total_ht','alpha');
|
||||
$optioncss = GETPOST('optioncss','alpha');
|
||||
$billed = GETPOST('billed','int');
|
||||
$viewstatut=GETPOST('viewstatut');
|
||||
$search_project_ref=GETPOST('search_project_ref','alpha');
|
||||
|
||||
// Security check
|
||||
$id = (GETPOST('orderid')?GETPOST('orderid','int'):GETPOST('id','int'));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user