Merge pull request #9198 from OPEN-DSI/fix_cmd_list

FIX : Search on Ref project on order list
This commit is contained in:
Juanjo Menent 2018-08-08 10:56:57 +02:00 committed by GitHub
commit 9f09c97eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'));