Cleaning up.

This commit is contained in:
James Cole
2015-01-01 22:32:25 +01:00
parent ac6f98fc47
commit fa1695672a
6 changed files with 8 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ class TransactionJournal implements TransactionJournalInterface, CUD, CommonData
list($fromAccount, $toAccount) = $this->storeAccounts($data);
/** @noinspection PhpParamsInspection */
$this->storeBudget($data, $model);
$this->storeCategory($data, $model);