Fixes #4272 - adds serial to assigned assets view

This commit is contained in:
snipe 2017-10-20 18:51:14 -07:00
parent b4e1d37b16
commit f7e23cf7c8

View file

@ -30,6 +30,7 @@ View Assets for {{ $user->present()->fullName() }}
<tr>
<th class="col-md-4">{{ trans('admin/hardware/table.asset_model') }}</th>
<th class="col-md-2">{{ trans('admin/hardware/table.asset_tag') }}</th>
<th class="col-md-3">{{ trans('admin/hardware/table.serial') }}</th>
<th class="col-md-3">{{ trans('general.name') }}</th>
<th></th>
</tr>
@ -43,6 +44,7 @@ View Assets for {{ $user->present()->fullName() }}
@endif
</td>
<td>{{ $asset->asset_tag }}</td>
<td>{{ $asset->serial }}</td>
<td>{{ $asset->name }}</td>
<td>
@if (($asset->image) && ($asset->image!=''))