From 7b919e2c39242dd653f9a1bfc9eb5f457ec3725a Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Fri, 17 Dec 2021 09:19:31 +0100 Subject: [PATCH] Changed reschedule links for both customer and provider --- application/libraries/Notifications.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/libraries/Notifications.php b/application/libraries/Notifications.php index 157eacd7..f65e8a4b 100644 --- a/application/libraries/Notifications.php +++ b/application/libraries/Notifications.php @@ -78,9 +78,9 @@ class Notifications { $provider_message = lang('appointment_link_description'); } - $customer_link = site_url('appointments/index/' . $appointment['hash']); + $customer_link = site_url('booking/reschedule/' . $appointment['hash']); - $provider_link = site_url('backend/index/' . $appointment['hash']); + $provider_link = site_url('calendar/reschedule/' . $appointment['hash']); $ics_stream = $this->CI->ics_file->get_stream($appointment, $service, $provider, $customer);