Method no longer used.

This commit is contained in:
James Cole
2016-01-01 20:05:14 +01:00
parent bb4e2be9eb
commit 64dbb14241
3 changed files with 0 additions and 30 deletions

View File

@@ -384,7 +384,6 @@ class ReportHelper implements ReportHelperInterface
$diffLine->setRole(BalanceLine::ROLE_DIFFROLE);
foreach ($accounts as $account) {
//$spent = $this->query->spentNoBudget($account, $start, $end);
$entry = $spentData->filter(
function (TransactionJournal $model) use ($budget, $account) {
return $model->account_id == $account->id && is_null($model->budget_id);