Use $selected_date instead of its equivalent coming from the POST (#469).

(cherry picked from commit 36dbde8)
This commit is contained in:
oxteam 2018-05-11 19:54:12 +02:00 committed by alext
parent 39677ffe91
commit b99d8c49f5
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}