mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed supplier string in hardware view
This commit is contained in:
parent
6c366eb112
commit
7513c99dd0
|
@ -214,7 +214,7 @@
|
||||||
|
|
||||||
@if ($asset->supplier)
|
@if ($asset->supplier)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ trans('admin/hardware/form.supplier') }}</td>
|
<td>{{ trans('general.supplier') }}</td>
|
||||||
<td>
|
<td>
|
||||||
@can ('superuser')
|
@can ('superuser')
|
||||||
<a href="{{ route('view/supplier', $asset->supplier_id) }}">
|
<a href="{{ route('view/supplier', $asset->supplier_id) }}">
|
||||||
|
|
Loading…
Reference in a new issue