Merge branch '10.0' of https://github.com/dolibarr/dolibarr into 10.0

This commit is contained in:
Laurent Destailleur 2019-12-01 10:30:33 +01:00
commit 971add1c2f

View File

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