forked from Wavyzz/dolibarr
Merge pull request #23625 from frederic34/fix2023301
fix undeclared properties for php 8.2
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user