mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Correct the appointment reschedule link in the add-to-google link
This commit is contained in:
parent
9f2c893c5c
commit
f290afd897
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue