Fix some routes for the budget report.

This commit is contained in:
James Cole
2016-12-16 08:07:31 +01:00
parent b021c7690f
commit 4de14eba0c
14 changed files with 414 additions and 139 deletions

View File

@@ -211,7 +211,6 @@ class BillRepository implements BillRepositoryInterface
$sum = bcadd($sum, $amount);
Log::debug(sprintf('Total > 0, so add to sum %f, which becomes %f', $amount, $sum));
}
Log::debug('---');
}
return $sum;
@@ -245,7 +244,6 @@ class BillRepository implements BillRepositoryInterface
$sum = bcadd($sum, $multi);
Log::debug(sprintf('Total > 0, so add to sum %f, which becomes %f', $multi, $sum));
}
Log::debug('---');
}
return $sum;