Fix(scrutinizer) add userid and socid
This commit is contained in:
parent
02061a776b
commit
ec6a4a3001
@ -29,6 +29,8 @@ require_once DOL_DOCUMENT_ROOT.'/reception/class/receptionstats.class.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/class/dolgraph.class.php';
|
||||
|
||||
$year = GETPOST("year", 'int');
|
||||
$socid = GETPOST("socid", 'int');
|
||||
$userid = GETPOST("userid", 'int');
|
||||
|
||||
// Security check
|
||||
if ($user->socid) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user