mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Some code cleanup.
This commit is contained in:
@@ -176,12 +176,7 @@ class BudgetController extends Controller
|
||||
$accounts = $accountRepository->getAccountsByType(['Default account', 'Asset account', 'Cash account']);
|
||||
$startAsString = $start->format('Y-m-d');
|
||||
$endAsString = $end->format('Y-m-d');
|
||||
|
||||
/**
|
||||
* Do some cleanup:
|
||||
* TODO reimplement the deletion of budget_limits and limit_repetitions with amount 0
|
||||
*/
|
||||
|
||||
|
||||
// loop the budgets:
|
||||
/** @var Budget $budget */
|
||||
foreach ($budgets as $budget) {
|
||||
|
Reference in New Issue
Block a user