Added secretary_providers in the JS script_vars

This commit is contained in:
Jan Chaloupecky 2022-04-22 13:15:06 +02:00
parent 227612565d
commit 6429dabb41
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ class Calendar extends EA_Controller {
'calendar_view' => $calendar_view, 'calendar_view' => $calendar_view,
'available_providers' => $available_providers, 'available_providers' => $available_providers,
'available_services' => $available_services, 'available_services' => $available_services,
'secretary_providers' => $secretary_providers,
'edit_appointment' => $edit_appointment, 'edit_appointment' => $edit_appointment,
'customers' => [], // TODO: Remove the use of the pre-rendered customer set and only work with asynchronously fetched customer records. 'customers' => [], // TODO: Remove the use of the pre-rendered customer set and only work with asynchronously fetched customer records.
]); ]);