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:
commit
0e19b94719
@ -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