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)
|
||||
<tr>
|
||||
<td>{{ trans('admin/hardware/form.supplier') }}</td>
|
||||
<td>{{ trans('general.supplier') }}</td>
|
||||
<td>
|
||||
@can ('superuser')
|
||||
<a href="{{ route('view/supplier', $asset->supplier_id) }}">
|
||||
|
|
Loading…
Reference in a new issue