mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Removed older comments
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
d0e8a4ca09
commit
4eab5fd075
|
@ -98,9 +98,6 @@ class AssetCheckinController extends Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
$asset->location_id = $asset->rtd_location_id;
|
$asset->location_id = $asset->rtd_location_id;
|
||||||
\Log::debug('After Location ID: '.$asset->location_id);
|
|
||||||
\Log::debug('After RTD Location ID: '.$asset->rtd_location_id);
|
|
||||||
|
|
||||||
|
|
||||||
if ($request->filled('location_id')) {
|
if ($request->filled('location_id')) {
|
||||||
\Log::debug('NEW Location ID: '.$request->get('location_id'));
|
\Log::debug('NEW Location ID: '.$request->get('location_id'));
|
||||||
|
|
Loading…
Reference in a new issue