FIX var $ismutientitymanaged must be public not protected
This commit is contained in:
parent
a0dfbaaea8
commit
9f583226f9
@ -47,7 +47,7 @@ class Reception extends CommonObject
|
||||
public $fk_element = "fk_reception";
|
||||
public $table_element = "reception";
|
||||
public $table_element_line = "commande_fournisseur_dispatch";
|
||||
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
|
||||
|
||||
/**
|
||||
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||
|
||||
Loading…
Reference in New Issue
Block a user