Correct the appointment reschedule link in the add-to-google link

This commit is contained in:
Alex Tselegidis 2024-07-30 09:21:46 +02:00
parent 9f2c893c5c
commit f290afd897
1 changed files with 1 additions and 1 deletions

View File

@ -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),
];