Merge pull request #10605 from hregis/8.0_mc

FIX missing $ismultientitymanaged for previous/next ref
This commit is contained in:
Laurent Destailleur 2019-02-14 16:24:12 +01:00 committed by GitHub
commit f456cc5e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
*