mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-24 17:53:17 +01:00
Qual: Uniformize code (navigation on objects)
Qual: Code to support filter on entity on objects navigation is simpler.
This commit is contained in:
@@ -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 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user