Fix: compatibility with multicompany
This commit is contained in:
parent
ca341a1bb9
commit
2967c2357e
@ -65,6 +65,7 @@ if ($id || $ref)
|
|||||||
$elementtype = 'societe';
|
$elementtype = 'societe';
|
||||||
$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 == 3) {
|
if ($type == 3) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user