Fixed manufacturer link

This commit is contained in:
snipe
2025-11-17 12:19:27 +00:00
parent 9c4cd69106
commit 8eb5600b1e

View File

@@ -587,7 +587,7 @@
<ul class="list-unstyled">
<li>
{!! $asset->manufacturer->present()->formattedNameLink !!}
<x-copy-to-clipboard copy_what="manufacturer">{!! $asset->model->manufacturer->present()->formattedNameLink !!}</x-copy-to-clipboard>
</li>
@if (($asset->model) && ($asset->model->manufacturer) && ($asset->model->manufacturer->url!=''))