Fix issues with available budgets.

This commit is contained in:
James Cole
2024-02-29 06:26:23 +01:00
parent e0a89bb5fe
commit a0097bd613
3 changed files with 32 additions and 33 deletions

View File

@@ -116,7 +116,6 @@ class IndexController extends Controller
// get all available budgets:
$availableBudgets = $this->getAllAvailableBudgets($start, $end);
// get all active budgets:
$budgets = $this->getAllBudgets($start, $end, $currencies, $defaultCurrency);
$sums = $this->getSums($budgets);