From c70bba3a573a20ff96da04702ba17b0146234150 Mon Sep 17 00:00:00 2001 From: simnandez Date: Tue, 18 Dec 2012 09:01:04 +0100 Subject: [PATCH] Fix: showrefnav fails with multicompany --- htdocs/expedition/class/expedition.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php index 0b36281c825..4fbb182938a 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -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;