Removed deprecated property $cotisation on membe types
This commit is contained in:
parent
df5810f678
commit
a642ac60f6
@ -45,12 +45,6 @@ class AdherentType extends CommonObject
|
||||
public $libelle;
|
||||
/** @var string Label */
|
||||
public $label;
|
||||
/**
|
||||
* @var bool
|
||||
* @deprecated Use subscription
|
||||
* @see subscription
|
||||
*/
|
||||
public $cotisation;
|
||||
/**
|
||||
* @var int Subsription required (0 or 1)
|
||||
* @since 5.0
|
||||
|
||||
@ -275,8 +275,6 @@ class MembersTypes extends DolibarrApi
|
||||
|
||||
$object = parent::_cleanObjectDatas($object);
|
||||
|
||||
unset($object->cotisation);
|
||||
|
||||
unset($object->array_options);
|
||||
unset($object->linkedObjectsIds);
|
||||
unset($object->context);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user