Update mouvement.php
Avoid regression on restrictArea
This commit is contained in:
parent
d2ee00d4bb
commit
173d28cf5a
@ -55,7 +55,8 @@ $cancel=GETPOST('cancel','alpha');
|
|||||||
$contextpage=GETPOST('contextpage','aZ')?GETPOST('contextpage','aZ'):'movementlist';
|
$contextpage=GETPOST('contextpage','aZ')?GETPOST('contextpage','aZ'):'movementlist';
|
||||||
|
|
||||||
// Security check
|
// Security check
|
||||||
$result=restrictedArea($user,'stock', $id, 'entrepot&stock');
|
//$result=restrictedArea($user,'stock', $id, 'entrepot&stock');
|
||||||
|
$result=restrictedArea($user,'stock');
|
||||||
|
|
||||||
$idproduct = GETPOST('idproduct','int');
|
$idproduct = GETPOST('idproduct','int');
|
||||||
$year = GETPOST("year");
|
$year = GETPOST("year");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user