Make expected_checkin fillable

This commit is contained in:
snipe 2020-11-13 03:22:26 -08:00
parent df5cc7525e
commit 08784f9cc5

View file

@ -131,6 +131,7 @@ class Asset extends Depreciable
'warranty_months', 'warranty_months',
'requestable', 'requestable',
'last_checkout', 'last_checkout',
'expected_checkin',
]; ];
use Searchable; use Searchable;