Removed deprecated property $cotisation on membe types

This commit is contained in:
Laurent Destailleur 2018-03-16 10:38:09 +01:00
parent df5810f678
commit a642ac60f6
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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);