2
0
forked from Wavyzz/dolibarr

Fix missing properties

This commit is contained in:
Laurent Destailleur (aka Eldy)
2025-02-14 02:09:59 +01:00
parent fb1e3151c2
commit eeb8907f33
3 changed files with 21 additions and 5 deletions

View File

@@ -653,9 +653,15 @@ abstract class CommonObject
/**
* @var string The civility code, not an integer
* @deprecated Use $civlity_code
*/
public $civility_id;
/**
* @var string The civility code, not an integer
*/
public $civility_code;
// Dates
/**
* @var integer|''|null Object creation date