Skip to content
Snippets Groups Projects
Commit 4803b12d authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: bad previous/next id with multi-company

parent eb4d353f
Branches
Tags
No related merge requests found
...@@ -41,6 +41,7 @@ class Societe extends CommonObject ...@@ -41,6 +41,7 @@ class Societe extends CommonObject
var $error; var $error;
var $errors=array(); var $errors=array();
var $table_element = 'societe'; var $table_element = 'societe';
var $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
var $id; var $id;
var $nom; var $nom;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment