mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
This commit is contained in:
@@ -40,7 +40,7 @@ class JournalFormRequest extends Request
|
|||||||
'revenue_account' => $this->get('revenue_account'),
|
'revenue_account' => $this->get('revenue_account'),
|
||||||
'amount' => round($this->get('amount'), 2),
|
'amount' => round($this->get('amount'), 2),
|
||||||
'user' => Auth::user()->id,
|
'user' => Auth::user()->id,
|
||||||
'amount_currency_id_amount' => intval($this->get('amount_currency_id')),
|
'amount_currency_id_amount' => intval($this->get('amount_currency_id_amount')),
|
||||||
'date' => new Carbon($this->get('date')),
|
'date' => new Carbon($this->get('date')),
|
||||||
'budget_id' => intval($this->get('budget_id')),
|
'budget_id' => intval($this->get('budget_id')),
|
||||||
'category' => $this->get('category'),
|
'category' => $this->get('category'),
|
||||||
|
Reference in New Issue
Block a user