mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Add ID to the allowed appointments fields (this will fix the rescheduling flow)
This commit is contained in:
parent
50ec06b29c
commit
8449d5454c
1 changed files with 3 additions and 2 deletions
|
@ -543,6 +543,7 @@ class Booking extends EA_Controller {
|
|||
$appointment['status'] = $appointment_status_options[0] ?? NULL;
|
||||
|
||||
$this->appointments_model->only($appointment, [
|
||||
'id',
|
||||
'start_datetime',
|
||||
'end_datetime',
|
||||
'location',
|
||||
|
|
Loading…
Reference in a new issue