mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Merge branch 'develop' of https://github.com/alextselegidis/easyappointments into develop
This commit is contained in:
commit
1e0f61c4e4
1 changed files with 3 additions and 0 deletions
|
@ -309,6 +309,9 @@ class Appointments extends CI_Controller {
|
||||||
$company_name = $this->settings_model->get_setting('company_name');
|
$company_name = $this->settings_model->get_setting('company_name');
|
||||||
//get the exceptions
|
//get the exceptions
|
||||||
$exceptions = $this->session->flashdata('book_success');
|
$exceptions = $this->session->flashdata('book_success');
|
||||||
|
|
||||||
|
unset($provider['settings']);
|
||||||
|
|
||||||
// :: LOAD THE BOOK SUCCESS VIEW
|
// :: LOAD THE BOOK SUCCESS VIEW
|
||||||
$view = [
|
$view = [
|
||||||
'appointment_data' => $appointment,
|
'appointment_data' => $appointment,
|
||||||
|
|
Loading…
Reference in a new issue