Use $selected_date instead of its equivalent coming from the POST.

This commit is contained in:
oxteam 2018-05-11 19:54:12 +02:00
parent b8e1fc33db
commit 36dbde872d
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) 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); $provider);
} }