Skip to content

Commit

Permalink
Fix: compatibility with multicompany
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Mar 20, 2012
1 parent ca341a1 commit 2967c23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/categories/categorie.php
Expand Up @@ -65,6 +65,7 @@
$elementtype = 'societe';
$objecttype = 'societe&categorie';
$objectid = isset($id)?$id:(isset($socid)?$socid:'');
$dbtablename = '&societe';
$fieldid = 'rowid';
}
if ($type == 3) {
Expand Down

0 comments on commit 2967c23

Please sign in to comment.