Fixed a method call.

This commit is contained in:
James Cole 2015-09-28 20:41:53 +02:00
parent 0683c7cd67
commit 46aa7f81b2

View File

@ -133,7 +133,7 @@ class ReportHelper implements ReportHelperInterface
$line->setBudget($budget); $line->setBudget($budget);
// get budget amount for current period: // get budget amount for current period:
$rep = $repository->getCurrentRepetition($budget, $start); $rep = $repository->getCurrentRepetition($budget, $start, $end);
$line->setRepetition($rep); $line->setRepetition($rep);
// loop accounts: // loop accounts: