mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
fix minimum total issue
This commit is contained in:
@ -59,7 +59,6 @@ class EstimatesRequest extends FormRequest
|
||||
'total' => [
|
||||
'integer',
|
||||
'numeric',
|
||||
'min:50',
|
||||
'max:99999999',
|
||||
'required',
|
||||
],
|
||||
|
||||
@ -59,7 +59,6 @@ class InvoicesRequest extends FormRequest
|
||||
'total' => [
|
||||
'integer',
|
||||
'numeric',
|
||||
'min:50',
|
||||
'max:99999999',
|
||||
'required',
|
||||
],
|
||||
|
||||
@ -57,7 +57,6 @@ class RecurringInvoiceRequest extends FormRequest
|
||||
'total' => [
|
||||
'integer',
|
||||
'numeric',
|
||||
'min:50',
|
||||
'max:99999999',
|
||||
'required',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user