Fix type int of subscription
This commit is contained in:
parent
0f1b34f556
commit
c23ba508f7
@ -45,7 +45,7 @@ class AdherentType extends CommonObject
|
||||
*/
|
||||
public $cotisation;
|
||||
/**
|
||||
* @var bool Subsription required
|
||||
* @var int Subsription required (0 or 1)
|
||||
* @since 5.0
|
||||
*/
|
||||
public $subscription;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user