Merge pull request #16109 from grandoc/new_branch_30_01_2021

missing declaration
This commit is contained in:
Laurent Destailleur 2021-01-30 13:08:56 +01:00 committed by GitHub
commit 6fe5c2f599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -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
*/

View File

@ -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
*/