Changed reschedule links for both customer and provider

This commit is contained in:
Alex Tselegidis 2021-12-17 09:19:31 +01:00
parent dbba0865e8
commit 7b919e2c39

View file

@ -78,9 +78,9 @@ class Notifications {
$provider_message = lang('appointment_link_description'); $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); $ics_stream = $this->CI->ics_file->get_stream($appointment, $service, $provider, $customer);