diff --git a/app/Http/Controllers/BudgetController.php b/app/Http/Controllers/BudgetController.php index 9a09af51a3..0d79d6a3b8 100644 --- a/app/Http/Controllers/BudgetController.php +++ b/app/Http/Controllers/BudgetController.php @@ -201,6 +201,7 @@ class BudgetController extends Controller 'firefly.without_budget_between', ['start' => $start->formatLocalized($this->monthAndDayFormat), 'end' => $end->formatLocalized($this->monthAndDayFormat)] ); + $list->setPath('/budgets/list/noBudget'); return view('budgets.noBudget', compact('list', 'subTitle')); }