Work on module builder

This commit is contained in:
Laurent Destailleur
2017-10-25 22:02:07 +02:00
parent bb996019c2
commit 202712be94
36 changed files with 480 additions and 184 deletions

View File

@@ -46,7 +46,7 @@ class Commande extends CommonOrder
public $table_element_line = 'commandedet';
public $class_element_line = 'OrderLine';
public $fk_element = 'fk_commande';
protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
public $picto = 'order';
/**