diff --git a/app/Http/Controllers/Assets/AssetCheckinController.php b/app/Http/Controllers/Assets/AssetCheckinController.php index fa4fd52e7b..da4ebb9127 100644 --- a/app/Http/Controllers/Assets/AssetCheckinController.php +++ b/app/Http/Controllers/Assets/AssetCheckinController.php @@ -102,7 +102,6 @@ class AssetCheckinController extends Controller if ($request->filled('location_id')) { \Log::debug('NEW Location ID: '.$request->get('location_id')); $asset->location_id = $request->get('location_id'); - $asset->rtd_location_id = $request->get('location_id'); } $checkin_at = date('Y-m-d H:i:s'); diff --git a/resources/views/partials/forms/edit/location-select.blade.php b/resources/views/partials/forms/edit/location-select.blade.php index 719370fe7c..cdc4bcf670 100644 --- a/resources/views/partials/forms/edit/location-select.blade.php +++ b/resources/views/partials/forms/edit/location-select.blade.php @@ -30,6 +30,21 @@ @endif + +
+
+ + + +
+
+