diff --git a/application/controllers/Appointments.php b/application/controllers/Appointments.php index 0b762020..85955a0f 100755 --- a/application/controllers/Appointments.php +++ b/application/controllers/Appointments.php @@ -178,6 +178,8 @@ class Appointments extends EA_Controller { 'id' => $customer['id'], 'first_name' => $customer['first_name'], 'last_name' => $customer['last_name'], + 'email' => $customer['email'], + 'phone_number' => $customer['phone_number'], 'timezone' => $customer['timezone'], 'address' => $customer['address'], 'city' => $customer['city'],