Hopefully fixes #4218

This commit is contained in:
snipe 2017-10-18 00:36:52 -07:00
parent c069829b33
commit b80d3ce50d

View file

@ -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>