Various code cleanup.

This commit is contained in:
James Cole
2017-11-18 05:46:19 +01:00
parent 573e72f7fb
commit 0812901745
7 changed files with 15 additions and 3 deletions

View File

@@ -264,6 +264,7 @@ class JournalRepository implements JournalRepositoryInterface
$this->storeBudgetWithJournal($journal, $data['budget_id']);
// store two transactions:
$one = [
'journal' => $journal,
'account' => $accounts['source'],