Allow user to set multi-currency available budget. WIP

This commit is contained in:
James Cole
2019-08-31 21:47:55 +02:00
parent ca777857c2
commit 509276e20b
10 changed files with 434 additions and 164 deletions

View File

@@ -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).