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