Fix date format when calling _search_any_provider (#469)

(cherry picked from commit b8e1fc3)
This commit is contained in:
oxteam 2018-05-11 14:08:55 +02:00 committed by alext
parent 3d1ec7c22e
commit 39677ffe91
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ class Appointments extends CI_Controller {
do
{
$provider_id = $this->_search_any_provider($service_id, $current_date->format('Y-m-d H:i:s'));
$provider_id = $this->_search_any_provider($service_id, $current_date->format('Y-m-d'));
if ($provider_id)
{