mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Caps asset warranty to 20 years
This commit is contained in:
parent
61fb38087e
commit
cef22c3158
|
@ -75,7 +75,7 @@ class Asset extends Depreciable
|
|||
'model_id' => 'required|integer|exists:models,id',
|
||||
'status_id' => 'required|integer|exists:status_labels,id',
|
||||
'company_id' => 'integer|nullable',
|
||||
'warranty_months' => 'numeric|nullable|max:3',
|
||||
'warranty_months' => 'numeric|nullable|max:240',
|
||||
'physical' => 'numeric|max:1|nullable',
|
||||
'checkout_date' => 'date|max:10|min:10|nullable',
|
||||
'checkin_date' => 'date|max:10|min:10|nullable',
|
||||
|
|
Loading…
Reference in a new issue