Finally updated the transaction controller to have some more sensible code.

This commit is contained in:
James Cole
2014-12-30 21:03:42 +01:00
parent 8c3ae40de1
commit 1ef96c0b4d
5 changed files with 281 additions and 269 deletions

View File

@@ -128,7 +128,7 @@ class TransactionJournal implements TransactionJournalInterface, CUD, CommonData
$transaction->save();
}
return new MessageBag;
return true;
}
/**