mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Some code cleanup. Fixes the tests.
This commit is contained in:
@@ -95,8 +95,8 @@ class BalanceReportHelper implements BalanceReportHelperInterface
|
||||
{
|
||||
$line = new BalanceLine;
|
||||
$line->setBudget($budget);
|
||||
$line->setStartDate($budget->startdate); // returned by getBudgetsAndLimitsInRange
|
||||
$line->setEndDate($budget->enddate); // returned by getBudgetsAndLimitsInRange
|
||||
$line->setStartDate($budget->startdate); // returned by getBudgetsAndLimitsInRange()
|
||||
$line->setEndDate($budget->enddate); // returned by getBudgetsAndLimitsInRange()
|
||||
|
||||
// loop accounts:
|
||||
foreach ($accounts as $account) {
|
||||
|
Reference in New Issue
Block a user