Skip to content

Commit

Permalink
Update print.blade.php (#9426)
Browse files Browse the repository at this point in the history
Fixes #9418
  • Loading branch information
Joly0 authored Apr 14, 2021
1 parent 5fab1d6 commit 31b2287
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 @@ -85,7 +85,7 @@
<td>{{ $asset->serial }}</td>
<td>
{{ $asset->last_checkout }}</td>
<td><img height="20%" src="{{ asset('/') }}display-sig/{{ $asset->assetlog->first()->accept_signature }}"></img></td>
<td><div><img height="20%" src="{{ asset('/') }}display-sig/{{ $asset->assetlog->first()->accept_signature }}"></img></div></td>
</tr>
@if($settings->show_assigned_assets)
@php
Expand Down

0 comments on commit 31b2287

Please sign in to comment.