Change customer active flag to default to true #33
This commit is contained in:
parent
6011902239
commit
d942299be1
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ class Customer
|
|||
|
||||
$this->flag_confirmed = false;
|
||||
$this->flag_mobile_app = false;
|
||||
$this->flag_active = false;
|
||||
$this->flag_active = true;
|
||||
}
|
||||
|
||||
public function getID()
|
||||
|
|
|
|||
Loading…
Reference in a new issue