From 2e0e42e91818f2acf8e13406181697a9ae6f3245 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 15 Nov 2020 14:37:21 +0100 Subject: [PATCH] Fix warning --- htdocs/core/class/commonobject.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 22eef562930..741f5f086a9 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -51,6 +51,11 @@ abstract class CommonObject */ public $id; + /** + * @var int The environment ID when using a multicompany module + */ + public $entity; + /** * @var string Error string * @see $errors