forked from mirrors/easyappointments
Fix date format when calling _search_any_provider (#469)
(cherry picked from commit b8e1fc3)
This commit is contained in:
parent
3d1ec7c22e
commit
39677ffe91
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue