Date format must be included in the company settings.
This commit is contained in:
parent
4a0ee51122
commit
c8991a5858
1 changed files with 4 additions and 3 deletions
|
@ -386,7 +386,8 @@ class Appointments extends CI_Controller {
|
|||
$company_settings = array(
|
||||
'company_name' => $this->settings_model->get_setting('company_name'),
|
||||
'company_link' => $this->settings_model->get_setting('company_link'),
|
||||
'company_email' => $this->settings_model->get_setting('company_email')
|
||||
'company_email' => $this->settings_model->get_setting('company_email'),
|
||||
'date_format' => $this->settings_model->get_setting('date_format')
|
||||
);
|
||||
|
||||
// :: SYNCHRONIZE APPOINTMENT WITH PROVIDER'S GOOGLE CALENDAR
|
||||
|
|
Loading…
Reference in a new issue