Add jobh title to header in print assets view

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-11-28 19:19:42 -08:00
parent 64a8d1d207
commit e21d0729c1

View file

@ -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