This commit is contained in:
James Cole 2019-07-21 06:02:02 +02:00
parent 8f9ba21f4d
commit 5242c0368b
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -104,7 +104,6 @@ class AccountFormRequest extends Request
'account_role' => 'in:' . $accountRoles,
'active' => 'boolean',
'cc_type' => 'in:' . $ccPaymentTypes,
'cc_monthly_payment_date' => 'date',
'amount_currency_id_opening_balance' => 'exists:transaction_currencies,id',
'amount_currency_id_virtual_balance' => 'exists:transaction_currencies,id',
'what' => 'in:' . $types,