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:
commit
0cc7389b85
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue