mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Allow user to set multi-currency available budget. WIP
This commit is contained in:
@@ -70,7 +70,7 @@ class BudgetLimit extends Model
|
||||
];
|
||||
|
||||
/** @var array Fields that can be filled */
|
||||
protected $fillable = ['budget_id', 'start_date', 'end_date', 'amount'];
|
||||
protected $fillable = ['budget_id', 'start_date', 'end_date', 'amount','transaction_currency_id'];
|
||||
|
||||
/**
|
||||
* Route binder. Converts the key in the URL to the specified object (or throw 404).
|
||||
|
Reference in New Issue
Block a user