mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Update Calendar.php
add script_vars for default values
This commit is contained in:
parent
1ab1f5b384
commit
f47ce7a194
1 changed files with 2 additions and 0 deletions
|
@ -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([
|
||||
|
|
Loading…
Reference in a new issue