mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fixes #2153
This commit is contained in:
parent
8f9ba21f4d
commit
5242c0368b
@ -104,7 +104,6 @@ class AccountFormRequest extends Request
|
|||||||
'account_role' => 'in:' . $accountRoles,
|
'account_role' => 'in:' . $accountRoles,
|
||||||
'active' => 'boolean',
|
'active' => 'boolean',
|
||||||
'cc_type' => 'in:' . $ccPaymentTypes,
|
'cc_type' => 'in:' . $ccPaymentTypes,
|
||||||
'cc_monthly_payment_date' => 'date',
|
|
||||||
'amount_currency_id_opening_balance' => 'exists:transaction_currencies,id',
|
'amount_currency_id_opening_balance' => 'exists:transaction_currencies,id',
|
||||||
'amount_currency_id_virtual_balance' => 'exists:transaction_currencies,id',
|
'amount_currency_id_virtual_balance' => 'exists:transaction_currencies,id',
|
||||||
'what' => 'in:' . $types,
|
'what' => 'in:' . $types,
|
||||||
|
Loading…
Reference in New Issue
Block a user