2
0
forked from Wavyzz/dolibarr

Merge pull request #23625 from frederic34/fix2023301

fix undeclared properties for php 8.2
This commit is contained in:
Laurent Destailleur
2023-01-18 23:25:45 +01:00
committed by GitHub
5 changed files with 63 additions and 1 deletions

View File

@@ -593,6 +593,15 @@ abstract class CommonObject
protected $labelStatus;
protected $labelStatusShort;
/**
* @var array nb used in load_stateboard
*/
public $nb = array();
/**
* @var string output
*/
public $output;
/**
* @var array List of child tables. To test if we can delete object.