From 6429dabb418f6b71e07ede1cb21fbe9d446b98b0 Mon Sep 17 00:00:00 2001 From: Jan Chaloupecky Date: Fri, 22 Apr 2022 13:15:06 +0200 Subject: [PATCH] Added secretary_providers in the JS script_vars --- application/controllers/Calendar.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/controllers/Calendar.php b/application/controllers/Calendar.php index 81c8ef40..3f443e69 100644 --- a/application/controllers/Calendar.php +++ b/application/controllers/Calendar.php @@ -127,6 +127,7 @@ class Calendar extends EA_Controller { 'calendar_view' => $calendar_view, 'available_providers' => $available_providers, 'available_services' => $available_services, + 'secretary_providers' => $secretary_providers, 'edit_appointment' => $edit_appointment, 'customers' => [], // TODO: Remove the use of the pre-rendered customer set and only work with asynchronously fetched customer records. ]);