2
0
forked from Wavyzz/dolibarr

fix undeclared properties for php 8.2

This commit is contained in:
Frédéric France
2023-01-18 22:03:38 +01:00
parent 80d46a22f1
commit ea6964ccd0
3 changed files with 36 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.