mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Use the given time when skipping chores via /choretracking (references #1830)
This commit is contained in:
@@ -186,8 +186,6 @@ class ChoresService extends BaseService
|
||||
{
|
||||
throw new \Exception('Chores without a schedule can\'t be skipped');
|
||||
}
|
||||
|
||||
$trackedTime = $this->getDatabase()->chores_current()->where('chore_id', $choreId)->min('next_estimated_execution_time');
|
||||
}
|
||||
|
||||
$logRow = $this->getDatabase()->chores_log()->createRow([
|
||||
|
Reference in New Issue
Block a user