Hopefully fixes #4218
This commit is contained in:
@@ -60,7 +60,9 @@
|
||||
<td><a href="{{ $asset->present()->viewUrl() }}">{{ $asset->serial }}</a></td>
|
||||
|
||||
<td>
|
||||
{!! $asset->assetLoc->present()->nameUrl() !!}
|
||||
@if ($asset->assetloc)
|
||||
{!! $asset->assetloc->present()->nameUrl() !!}
|
||||
@endif
|
||||
</td>
|
||||
@if ($asset->assigned_to != '' && $asset->assigned_to > 0)
|
||||
<td>Checked out</td>
|
||||
|
||||
Reference in New Issue
Block a user