diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index 5e61dfa6f..ae8071716 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -414,7 +414,7 @@ if ([[[[self context] request] formValueForKey: @"nojs"] intValue]) result = [self redirectToLocation: [self applicationPath]]; else - result = [self jsCloseWithRefreshMethod: @"refreshAppointments()"]; + result = [self jsCloseWithRefreshMethod: @"refreshAppointmentsAndDisplay()"]; return result; }