mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Add jobh title to header in print assets view
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
64a8d1d207
commit
e21d0729c1
|
@ -49,7 +49,7 @@
|
|||
@endif
|
||||
@endif
|
||||
|
||||
<h2>{{ trans('general.assigned_to', ['name' => $show_user->present()->fullName()]) }}</h4>
|
||||
<h3>{{ trans('general.assigned_to', ['name' => $show_user->present()->fullName()]) }} {{ ($show_user->jobtitle!='' ? ' - '.$show_user->jobtitle : '') }}</h3>
|
||||
|
||||
@if ($assets->count() > 0)
|
||||
@php
|
||||
|
|
Loading…
Reference in a new issue