Update info.php

This commit is contained in:
Laurent Destailleur 2019-02-14 15:23:07 +01:00 committed by GitHub
parent 173d28cf5a
commit 4ac086ab70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,8 @@ $id = GETPOST('id','int');
$ref = GETPOST('ref','alpha');
// Security check
$result=restrictedArea($user,'stock', $id, 'entrepot&stock');
//$result=restrictedArea($user,'stock', $id, 'entrepot&stock');
$result=restrictedArea($user,'stock');
/*