mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 18:26:00 +00:00
This commit is contained in:
@@ -98,7 +98,7 @@ class ChoresController extends BaseController
|
||||
$currentChores = $this->getChoresService()->GetCurrent();
|
||||
foreach ($currentChores as $currentChore)
|
||||
{
|
||||
if (FindObjectInArrayByPropertyValue($chores, 'id', $currentChore->chore_id)->period_type !== \Grocy\Services\ChoresService::CHORE_PERIOD_TYPE_MANUALLY)
|
||||
if (!empty($currentChore->next_estimated_execution_time))
|
||||
{
|
||||
if ($currentChore->next_estimated_execution_time < date('Y-m-d H:i:s'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user