Fix: showrefnav fails with multicompany

This commit is contained in:
simnandez 2012-12-18 09:01:04 +01:00
parent 752aabfc86
commit c70bba3a57

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;