mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Add journal and undo UI for stock bookings, chore executions and battery charge cycles (closes #63, closes #97)
This commit is contained in:
@@ -63,7 +63,7 @@ class ChoresService extends BaseService
|
||||
));
|
||||
$logRow->save();
|
||||
|
||||
return true;
|
||||
return $this->Database->lastInsertId();
|
||||
}
|
||||
|
||||
private function ChoreExists($choreId)
|
||||
|
Reference in New Issue
Block a user