Refactor for bank transactions
This commit is contained in:
parent
7ae5413b5a
commit
8f82e366c3
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class UpdateBankTransactionRequest extends Request
|
|||
$rules = [
|
||||
'date' => 'bail|required|date',
|
||||
'description' => 'bail|required|string',
|
||||
'amount' => 'string|sometimes',
|
||||
'amount' => 'numeric|sometimes',
|
||||
];
|
||||
|
||||
if (isset($this->currency_id))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue