forked from mirrors/easyappointments
The backend calendar must display the modified appointment date, when using the appointment link of the confirmation email (#1112).
This commit is contained in:
parent
dfa6775db0
commit
1a926f0ad9
1 changed files with 2 additions and 0 deletions
|
@ -1621,6 +1621,8 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
|
|||
$dialog.find('#customer-notes').val(customer.notes);
|
||||
|
||||
$dialog.modal('show');
|
||||
|
||||
$('#calendar').fullCalendar('gotoDate', moment(appointment.start_datetime));
|
||||
}
|
||||
|
||||
if (!$('#select-filter-item option').length) {
|
||||
|
|
Loading…
Reference in a new issue