Large update to fix split journals.

This commit is contained in:
James Cole
2016-10-21 21:41:31 +02:00
parent a74cef439b
commit 6a553f77f3
12 changed files with 510 additions and 632 deletions

View File

@@ -55,7 +55,7 @@ class Transaction extends Model
{
protected $dates = ['created_at', 'updated_at', 'deleted_at'];
protected $fillable = ['account_id', 'transaction_journal_id', 'description', 'amount'];
protected $fillable = ['account_id', 'transaction_journal_id', 'description', 'amount','identifier'];
protected $hidden = ['encrypted'];
protected $rules
= [