mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Display for bills.
This commit is contained in:
@@ -59,6 +59,8 @@ class Transaction extends Model
|
||||
'date' => 'datetime',
|
||||
'amount' => 'string',
|
||||
'foreign_amount' => 'string',
|
||||
'native_amount' => 'string',
|
||||
'native_foreign_amount' => 'string',
|
||||
];
|
||||
|
||||
protected $fillable
|
||||
|
Reference in New Issue
Block a user