Merge pull request #548 from simnandez/develop

Fix: showrefnav fails with multicompany
This commit is contained in:
Regis Houssin 2012-12-18 00:46:12 -08:00
commit d1e883de9b

View File

@ -38,6 +38,7 @@ class Expedition extends CommonObject
public $element="shipping";
public $fk_element="fk_expedition";
public $table_element="expedition";
protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
var $id;
var $socid;