mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Fixed requestable assets reference to assetloc
This commit is contained in:
parent
546c3e50fa
commit
e44e573a3c
|
@ -62,8 +62,8 @@
|
|||
<td><a href="{{ $asset->present()->viewUrl() }}">{{ $asset->serial }}</a></td>
|
||||
|
||||
<td>
|
||||
@if ($asset->assetloc)
|
||||
{!! $asset->assetloc->present()->nameUrl() !!}
|
||||
@if ($asset->location)
|
||||
{!! $asset->location->present()->nameUrl() !!}
|
||||
@endif
|
||||
</td>
|
||||
@if ($asset->assigned_to != '' && $asset->assigned_to > 0)
|
||||
|
|
Loading…
Reference in a new issue