mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
61ced0b221
|
@ -106,7 +106,7 @@ class Asset extends Depreciable
|
||||||
'last_checkout' => 'nullable|date_format:Y-m-d H:i:s',
|
'last_checkout' => 'nullable|date_format:Y-m-d H:i:s',
|
||||||
'last_checkin' => 'nullable|date_format:Y-m-d H:i:s',
|
'last_checkin' => 'nullable|date_format:Y-m-d H:i:s',
|
||||||
'expected_checkin' => 'nullable|date',
|
'expected_checkin' => 'nullable|date',
|
||||||
'last_audit_date' => 'nullable',
|
'last_audit_date' => 'nullable|date_format:Y-m-d H:i:s',
|
||||||
// 'next_audit_date' => 'nullable|date|after:last_audit_date',
|
// 'next_audit_date' => 'nullable|date|after:last_audit_date',
|
||||||
'next_audit_date' => 'nullable|date',
|
'next_audit_date' => 'nullable|date',
|
||||||
'location_id' => 'nullable|exists:locations,id',
|
'location_id' => 'nullable|exists:locations,id',
|
||||||
|
|
Loading…
Reference in a new issue