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