Merge pull request #13498 from marcusmoore/feature/add-checkin-date-range-filter-to-custom-asset-report

Added last check in column and filter to custom asset report
This commit is contained in:
snipe
2023-09-05 13:22:15 +01:00
committed by GitHub
10 changed files with 167 additions and 0 deletions
@@ -68,6 +68,7 @@ class AssetCheckinController extends Controller
$asset->expected_checkin = null;
$asset->last_checkout = null;
$asset->last_checkin = now();
$asset->assigned_to = null;
$asset->assignedTo()->disassociate($asset);
$asset->assigned_type = null;