Some more bug fixes.

This commit is contained in:
James Cole
2014-09-28 09:20:25 +02:00
parent 8e86196352
commit 6798cea268
3 changed files with 13 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ class Budget implements BudgetInterface
/** @var \LimitRepetition $repetition */
foreach ($limit->limitrepetitions as $repetition) {
$repetition->left = $repetition->left();
$repetition->left = $repetition->leftInRepetition();
$periodOrder = $repetition->periodOrder();
$period = $repetition->periodShow();
if (!isset($return[$periodOrder])) {