Merge pull request #12565 from atm-maxime/fix_ticket_from_third

FIX #12481 : fix ticket creation from thirdparty, mission $socid var
This commit is contained in:
Laurent Destailleur 2019-12-01 00:47:59 +01:00 committed by GitHub
commit 0e19b94719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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