mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-11 02:22:25 +03:00
Fix date format when calling _search_any_provider
This commit is contained in:
parent
626f71c480
commit
b8e1fc33db
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