Update Calendar.php

add script_vars for default values
This commit is contained in:
tm8544 2024-03-30 22:12:04 +02:00 committed by GitHub
parent 1ab1f5b384
commit f47ce7a194
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,6 +145,8 @@ class Calendar extends EA_Controller
'secretary_providers' => $secretary_providers,
'edit_appointment' => $edit_appointment,
'customers' => $this->customers_model->get(null, 50, null, 'update_datetime DESC'),
'default_language' => setting('default_language'),
'default_timezone' => setting('default_timezone'),
]);
html_vars([