Found a bug that requires a new release of FF3 to fix.

This commit is contained in:
James Cole
2015-12-28 16:52:21 +01:00
parent 44886d9aad
commit 8e75c345d9

View File

@@ -174,7 +174,7 @@ class JournalRepository implements JournalRepositoryInterface
[
'user_id' => $data['user'],
'transaction_type_id' => $transactionType->id,
'amount_currency_id_amount' => $data['amount_currency_id_amount'],
'transaction_currency_id' => $data['amount_currency_id_amount'],
'description' => $data['description'],
'completed' => 0,
'date' => $data['date'],