mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Increase max depreciation months
This commit is contained in:
parent
edf36cd850
commit
f520eaa6ce
|
@ -11,7 +11,7 @@ class Depreciation extends SnipeModel
|
|||
// Declare the rules for the form validation
|
||||
protected $rules = array(
|
||||
'name' => 'required|min:3|max:255|unique:depreciations,name',
|
||||
'months' => 'required|max:240|integer',
|
||||
'months' => 'required|max:3600|integer',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue