From 0f19a11ebe91708492666658e9af83427ed601ca Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sat, 30 Jan 2021 12:54:10 +0100 Subject: [PATCH 1/2] missing declaration --- htdocs/core/modules/commande/doc/pdf_einstein.modules.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php index 0b99583e08e..f02f04728cd 100644 --- a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php +++ b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php @@ -47,6 +47,11 @@ class pdf_einstein extends ModelePDFCommandes */ public $db; + /** + * @var int The environment ID when using a multicompany module + */ + public $entity; + /** * @var string model name */ From e584792382c280c168347d107852c59d9faf324b Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sat, 30 Jan 2021 12:57:06 +0100 Subject: [PATCH 2/2] missing declaration --- htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php index d1492dbc5eb..9232797a008 100644 --- a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php +++ b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php @@ -47,6 +47,11 @@ class pdf_eratosthene extends ModelePDFCommandes */ public $db; + /** + * @var int The environment ID when using a multicompany module + */ + public $entity; + /** * @var string model name */