mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 02:42:33 +01:00
Merge pull request #27322 from frederic34/cleanboxescode
clean code of boxes
This commit is contained in:
@@ -38,6 +38,21 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" box
|
||||
*/
|
||||
public $db;
|
||||
|
||||
/**
|
||||
* @var string param
|
||||
*/
|
||||
public $param;
|
||||
|
||||
/**
|
||||
* @var array box info heads
|
||||
*/
|
||||
public $info_box_head = array();
|
||||
|
||||
/**
|
||||
* @var array box info content
|
||||
*/
|
||||
public $info_box_contents = array();
|
||||
|
||||
/**
|
||||
* @var string Error message
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user