mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Make expected_checkin fillable
This commit is contained in:
parent
df5cc7525e
commit
08784f9cc5
|
@ -131,6 +131,7 @@ class Asset extends Depreciable
|
||||||
'warranty_months',
|
'warranty_months',
|
||||||
'requestable',
|
'requestable',
|
||||||
'last_checkout',
|
'last_checkout',
|
||||||
|
'expected_checkin',
|
||||||
];
|
];
|
||||||
|
|
||||||
use Searchable;
|
use Searchable;
|
||||||
|
|
Loading…
Reference in a new issue