Skip to content

Commit

Permalink
Merge pull request #12187 from snipe/features/added_jobtitle_to_print
Browse files Browse the repository at this point in the history
Fixed #12133 - Added job title to header in print assets view
  • Loading branch information
snipe authored Nov 29, 2022
2 parents 64a8d1d + e21d072 commit 0cc7389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/users/print.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cc7389

Please sign in to comment.