Changed reschedule links for both customer and provider
This commit is contained in:
parent
dbba0865e8
commit
7b919e2c39
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue