mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 17:39:41 +00:00
🤖 Auto commit for release 'develop' on 2025-12-06
This commit is contained in:
@@ -123,8 +123,8 @@ class IndexController extends Controller
|
||||
// get all active budgets:
|
||||
$budgets = $this->getAllBudgets($start, $end, $currencies, $this->primaryCurrency);
|
||||
|
||||
// echo '<pre>';
|
||||
// var_dump($budgets[0]);exit;
|
||||
// echo '<pre>';
|
||||
// var_dump($budgets[0]);exit;
|
||||
$sums = $this->getSums($budgets);
|
||||
|
||||
// get budgeted for default currency:
|
||||
|
||||
Reference in New Issue
Block a user