mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 10:53:37 +00:00
This commit is contained in:
@@ -86,7 +86,7 @@ trait RenderPartialViews
|
|||||||
{
|
{
|
||||||
/** @var BudgetRepositoryInterface $repository */
|
/** @var BudgetRepositoryInterface $repository */
|
||||||
$repository = app(BudgetRepositoryInterface::class);
|
$repository = app(BudgetRepositoryInterface::class);
|
||||||
$budgets = $repository->getBudgets();
|
$budgets = $repository->getActiveBudgets();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$result = view('reports.options.budget', compact('budgets'))->render();
|
$result = view('reports.options.budget', compact('budgets'))->render();
|
||||||
|
Reference in New Issue
Block a user