mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Allow edit from budget overview, and allow changing of active setting.
This commit is contained in:
@@ -104,6 +104,7 @@ class BudgetRepository implements BudgetRepositoryInterface
|
||||
{
|
||||
// update the account:
|
||||
$budget->name = $data['name'];
|
||||
$budget->active = $data['active'];
|
||||
$budget->save();
|
||||
|
||||
return $budget;
|
||||
|
||||
Reference in New Issue
Block a user