Merge pull request #5974 from defrance/patch-41
FIX : subscription never filled with "yes"
This commit is contained in:
commit
e82dadedd4
@ -1151,7 +1151,7 @@ class Adherent extends CommonObject
|
|||||||
|
|
||||||
$this->typeid = $obj->fk_adherent_type;
|
$this->typeid = $obj->fk_adherent_type;
|
||||||
$this->type = $obj->type;
|
$this->type = $obj->type;
|
||||||
$this->need_subscription = ($obj->subscription=='yes'?1:0);
|
$this->need_subscription = $obj->subscription;
|
||||||
|
|
||||||
$this->user_id = $obj->user_id;
|
$this->user_id = $obj->user_id;
|
||||||
$this->user_login = $obj->user_login;
|
$this->user_login = $obj->user_login;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user