mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-11 02:22:25 +03:00
Use $selected_date instead of its equivalent coming from the POST.
This commit is contained in:
parent
b8e1fc33db
commit
36dbde872d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue