From bfff8b6a0f4727641bb999832dff20505c0ba17c Mon Sep 17 00:00:00 2001 From: marcchevaldonne Date: Thu, 20 Apr 2023 00:04:20 +0200 Subject: [PATCH] 1.4.1f --- application/controllers/Appointments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Appointments.php b/application/controllers/Appointments.php index ff6c6b4f..37c417ce 100644 --- a/application/controllers/Appointments.php +++ b/application/controllers/Appointments.php @@ -485,7 +485,7 @@ class Appointments extends EA_Controller { 'time_format' => $this->settings_model->get_setting('time_format') ]; - $this->synchronization->sync_appointment_saved($appointment, $service, $provider, $customer, $settings, $manage_mode); + //$this->synchronization->sync_appointment_saved($appointment, $service, $provider, $customer, $settings, $manage_mode); $this->notifications->notify_appointment_saved($appointment, $service, $provider, $customer, $settings, $manage_mode); $response = [