diff --git a/application/models/Appointments_model.php b/application/models/Appointments_model.php index a4a8df30..7519e0fe 100644 --- a/application/models/Appointments_model.php +++ b/application/models/Appointments_model.php @@ -41,7 +41,9 @@ class Appointments_model extends EA_Model { 'status' => 'status', 'notes' => 'notes', 'hash' => 'hash', + 'serviceId' => 'id_services', 'providerId' => 'id_users_provider', + 'customerId' => 'id_users_customer', 'googleCalendarId' => 'id_google_calendar', ];