Merge pull request #12187 from snipe/features/added_jobtitle_to_print

Fixed #12133 - Added job title to header in print assets view
This commit is contained in:
snipe 2022-11-28 19:20:46 -08:00 committed by GitHub
commit 0cc7389b85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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