Fix date format when calling _search_any_provider

This commit is contained in:
oxteam 2018-05-11 14:08:55 +02:00
parent 626f71c480
commit b8e1fc33db
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ class Appointments extends CI_Controller {
do 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) if ($provider_id)
{ {