mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Possible fix for #4227
This commit is contained in:
parent
9e39abcc32
commit
bd376a4992
|
@ -76,7 +76,7 @@
|
||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@if ($licensedto->asset_id)
|
@if ($licensedto->asset)
|
||||||
@can('view', $licensedto->asset)
|
@can('view', $licensedto->asset)
|
||||||
<a href="{{ route('hardware.show', $licensedto->asset_id) }}">
|
<a href="{{ route('hardware.show', $licensedto->asset_id) }}">
|
||||||
{{ $licensedto->asset->name }} {{ $licensedto->asset->asset_tag }}
|
{{ $licensedto->asset->name }} {{ $licensedto->asset->asset_tag }}
|
||||||
|
|
Loading…
Reference in a new issue