mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
This commit is contained in:
parent
db72ad7c60
commit
77b843efd8
@ -39,7 +39,7 @@ class PiggyBankFormRequest extends Request
|
|||||||
'name' => $nameRule,
|
'name' => $nameRule,
|
||||||
'account_id' => 'required|belongsToUser:accounts',
|
'account_id' => 'required|belongsToUser:accounts',
|
||||||
'targetamount' => 'required|min:0.01',
|
'targetamount' => 'required|min:0.01',
|
||||||
'amount_currency_id' => 'exists:transaction_currencies,id',
|
'amount_currency_id_targetamount' => 'exists:transaction_currencies,id',
|
||||||
'startdate' => 'date',
|
'startdate' => 'date',
|
||||||
'targetdate' => $targetDateRule,
|
'targetdate' => $targetDateRule,
|
||||||
'order' => 'integer|min:1',
|
'order' => 'integer|min:1',
|
||||||
|
Loading…
Reference in New Issue
Block a user