Fix missing property

This commit is contained in:
Laurent Destailleur 2019-08-31 13:15:05 +02:00
parent b6adfed070
commit defc0a6080

View File

@ -51,7 +51,12 @@ class AccountancySystem
public $pcg_type; public $pcg_type;
public $pcg_subtype; public $pcg_subtype;
/** /**
* @var string Accountancy System numero
*/
public $numero;
/**
* @var string Accountancy System label * @var string Accountancy System label
*/ */
public $label; public $label;