mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Hopefully fixes #4218
This commit is contained in:
parent
c069829b33
commit
b80d3ce50d
|
@ -60,7 +60,9 @@
|
||||||
<td><a href="{{ $asset->present()->viewUrl() }}">{{ $asset->serial }}</a></td>
|
<td><a href="{{ $asset->present()->viewUrl() }}">{{ $asset->serial }}</a></td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
{!! $asset->assetLoc->present()->nameUrl() !!}
|
@if ($asset->assetloc)
|
||||||
|
{!! $asset->assetloc->present()->nameUrl() !!}
|
||||||
|
@endif
|
||||||
</td>
|
</td>
|
||||||
@if ($asset->assigned_to != '' && $asset->assigned_to > 0)
|
@if ($asset->assigned_to != '' && $asset->assigned_to > 0)
|
||||||
<td>Checked out</td>
|
<td>Checked out</td>
|
||||||
|
|
Loading…
Reference in a new issue