From f290afd897cf464c005930cfcca2c31a7f719816 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 30 Jul 2024 09:21:46 +0200 Subject: [PATCH] Correct the appointment reschedule link in the add-to-google link --- application/libraries/Google_sync.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/Google_sync.php b/application/libraries/Google_sync.php index 42ea5c5c..0bac963f 100644 --- a/application/libraries/Google_sync.php +++ b/application/libraries/Google_sync.php @@ -452,7 +452,7 @@ class Google_sync '/' . $appointment_end_instance->format('Ymd\THis\Z'), 'location' => setting('company_name'), - 'details' => 'View/Change Appointment: ' . site_url('appointments/index/' . $appointment['hash']), + 'details' => 'View/Change Appointment: ' . site_url('booking/reschedule/' . $appointment['hash']), 'add' => implode(', ', $add), ];