forked from mirrors/easyappointments
Add missing customer data from stripped array
This commit is contained in:
parent
d949abb004
commit
293f4fe663
1 changed files with 2 additions and 0 deletions
|
@ -178,6 +178,8 @@ class Appointments extends EA_Controller {
|
||||||
'id' => $customer['id'],
|
'id' => $customer['id'],
|
||||||
'first_name' => $customer['first_name'],
|
'first_name' => $customer['first_name'],
|
||||||
'last_name' => $customer['last_name'],
|
'last_name' => $customer['last_name'],
|
||||||
|
'email' => $customer['email'],
|
||||||
|
'phone_number' => $customer['phone_number'],
|
||||||
'timezone' => $customer['timezone'],
|
'timezone' => $customer['timezone'],
|
||||||
'address' => $customer['address'],
|
'address' => $customer['address'],
|
||||||
'city' => $customer['city'],
|
'city' => $customer['city'],
|
||||||
|
|
Loading…
Reference in a new issue