Update dispatch.php

This commit is contained in:
Laurent Destailleur 2023-01-06 15:47:47 +01:00 committed by GitHub
parent 813f16fecb
commit 32e566f269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ $hookmanager->initHooks(array('ordersupplierdispatch'));
// Recuperation de l'id de projet
$projectid = 0;
if (isset($_GET["projectid"])) {
if (GETPOSTISSET("projectid")) {
$projectid = GETPOST("projectid", 'int');
}