mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 19:59:18 -08:00
Added last_checkout and last_checkin as fillable
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
9d56617caf
commit
b2a86e312b
|
@ -149,6 +149,8 @@ class Asset extends Depreciable
|
|||
'last_audit_date',
|
||||
'next_audit_date',
|
||||
'asset_eol_date',
|
||||
'last_checkin',
|
||||
'last_checkout',
|
||||
];
|
||||
|
||||
use Searchable;
|
||||
|
|
Loading…
Reference in a new issue