Merge remote-tracking branch 'origin/new_branch_10_11_2019' into new_branch_10_11_2019

This commit is contained in:
Philippe GRAND 2019-11-10 11:08:25 +01:00
commit a401b6776d

View File

@ -53,13 +53,13 @@ class ChargeSociales extends CommonObject
* {@inheritdoc} * {@inheritdoc}
*/ */
protected $table_ref_field = 'ref'; protected $table_ref_field = 'ref';
/** /**
* @var integer|string $date_ech * @var integer|string $date_ech
*/ */
public $date_ech; public $date_ech;
public $label; public $label;
public $type; public $type;
public $type_label; public $type_label;
@ -76,7 +76,7 @@ class ChargeSociales extends CommonObject
* @var integer|string $date_modification * @var integer|string $date_modification
*/ */
public $date_modification; public $date_modification;
/** /**
* @var integer|string $date_validation * @var integer|string $date_validation
*/ */