Fix: compatibility with multicompany sharings
This commit is contained in:
parent
6d85629495
commit
d9ebc43cb6
@ -61,6 +61,7 @@ if ($id || $ref)
|
|||||||
$elementtype = 'fournisseur';
|
$elementtype = 'fournisseur';
|
||||||
$objecttype = 'societe&categorie';
|
$objecttype = 'societe&categorie';
|
||||||
$objectid = isset($id)?$id:(isset($socid)?$socid:'');
|
$objectid = isset($id)?$id:(isset($socid)?$socid:'');
|
||||||
|
$dbtablename = '&societe';
|
||||||
$fieldid = 'rowid';
|
$fieldid = 'rowid';
|
||||||
}
|
}
|
||||||
if ($type == 2) {
|
if ($type == 2) {
|
||||||
|
|||||||
@ -44,7 +44,7 @@ $action = GETPOST('action');
|
|||||||
// Security check
|
// Security check
|
||||||
$id = (GETPOST('socid','int') ? GETPOST('socid','int') : GETPOST('id','int'));
|
$id = (GETPOST('socid','int') ? GETPOST('socid','int') : GETPOST('id','int'));
|
||||||
if ($user->societe_id) $id=$user->societe_id;
|
if ($user->societe_id) $id=$user->societe_id;
|
||||||
$result = restrictedArea($user, 'societe&fournisseur', $id, '');
|
$result = restrictedArea($user, 'societe&fournisseur', $id, '&societe');
|
||||||
|
|
||||||
$object = new Fournisseur($db);
|
$object = new Fournisseur($db);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user