mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-27 14:39:49 -08:00
Make audit dates fillable
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a61ccbb965
commit
fd2a057d38
|
@ -146,6 +146,9 @@ class Asset extends Depreciable
|
||||||
'last_checkout',
|
'last_checkout',
|
||||||
'expected_checkin',
|
'expected_checkin',
|
||||||
'byod',
|
'byod',
|
||||||
|
'last_audit_date',
|
||||||
|
'next_audit_date',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
use Searchable;
|
use Searchable;
|
||||||
|
|
Loading…
Reference in a new issue