Method no longer used.

This commit is contained in:
James Cole
2016-01-01 20:04:44 +01:00
parent 7d1de0da17
commit bb4e2be9eb
3 changed files with 0 additions and 37 deletions

View File

@@ -365,8 +365,6 @@ class ReportHelper implements ReportHelperInterface
if (!is_null($entry->first())) {
$spent = $entry->first()->spent;
}
//$spent = $this->query->spentInBudget($account, $budget, $start, $end); // I think shared is irrelevant.
$balanceEntry->setSpent($spent);
$line->addBalanceEntry($balanceEntry);
}