Merge pull request #10605 from hregis/8.0_mc
FIX missing $ismultientitymanaged for previous/next ref
This commit is contained in:
commit
f456cc5e77
@ -36,6 +36,7 @@ class Entrepot extends CommonObject
|
||||
public $element='stock';
|
||||
public $table_element='entrepot';
|
||||
public $picto='stock';
|
||||
public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
|
||||
|
||||
/**
|
||||
* Warehouse closed, inactive
|
||||
@ -716,7 +717,7 @@ class Entrepot extends CommonObject
|
||||
return $TChildWarehouses;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Create object on disk
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user