mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Test every happy path for journal creation.
This commit is contained in:
@@ -91,7 +91,7 @@ class Transaction extends Model
|
||||
*/
|
||||
protected $fillable
|
||||
= ['account_id', 'transaction_journal_id', 'description', 'amount', 'identifier', 'transaction_currency_id', 'foreign_currency_id',
|
||||
'foreign_amount',];
|
||||
'foreign_amount','reconciled'];
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
|
Reference in New Issue
Block a user