forked from mirrors/easyappointments
Use $selected_date instead of its equivalent coming from the POST (#469).
(cherry picked from commit 36dbde8)
This commit is contained in:
parent
39677ffe91
commit
b99d8c49f5
1 changed files with 1 additions and 1 deletions
|
@ -1016,7 +1016,7 @@ class Appointments extends CI_Controller {
|
|||
|
||||
if ($service['attendants_number'] > 1)
|
||||
{
|
||||
$available_hours = $this->_get_multiple_attendants_hours($this->input->post('selected_date'), $service,
|
||||
$available_hours = $this->_get_multiple_attendants_hours($selected_date, $service,
|
||||
$provider);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue