Qual: Uniformize code (navigation on objects)

Qual: Code to support filter on entity on objects navigation is simpler.
This commit is contained in:
Laurent Destailleur
2009-10-04 12:16:45 +00:00
parent c1ab2cd23b
commit bbcefa8864
30 changed files with 320 additions and 191 deletions

View File

@@ -42,6 +42,7 @@ class Commande extends CommonObject
var $table_element='commande';
var $table_element_line = 'commandedet';
var $fk_element = 'fk_commande';
var $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
var $id ;