Update dispatch.php
This commit is contained in:
parent
813f16fecb
commit
32e566f269
@ -68,7 +68,7 @@ $hookmanager->initHooks(array('ordersupplierdispatch'));
|
|||||||
|
|
||||||
// Recuperation de l'id de projet
|
// Recuperation de l'id de projet
|
||||||
$projectid = 0;
|
$projectid = 0;
|
||||||
if (isset($_GET["projectid"])) {
|
if (GETPOSTISSET("projectid")) {
|
||||||
$projectid = GETPOST("projectid", 'int');
|
$projectid = GETPOST("projectid", 'int');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user