Possible fix for #4227
This commit is contained in:
parent
9e39abcc32
commit
bd376a4992
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue