mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Increasing base total validation limit for IDR currency (#98)
This commit is contained in:
@@ -53,7 +53,7 @@ class RecurringInvoiceRequest extends FormRequest
|
||||
'total' => [
|
||||
'integer',
|
||||
'numeric',
|
||||
'max:99999999',
|
||||
'max:999999999999',
|
||||
'required',
|
||||
],
|
||||
'tax' => [
|
||||
|
||||
Reference in New Issue
Block a user