Merge branch '10.0' of https://github.com/dolibarr/dolibarr into 10.0
This commit is contained in:
commit
971add1c2f
@ -46,6 +46,7 @@ $langs->loadLangs(array("companies","other","ticket"));
|
||||
|
||||
// Get parameters
|
||||
$id = GETPOST('id', 'int');
|
||||
$socid = GETPOST('socid', 'int');
|
||||
$track_id = GETPOST('track_id', 'alpha', 3);
|
||||
$ref = GETPOST('ref', 'alpha');
|
||||
$projectid = GETPOST('projectid', 'int');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user