mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
adds signature check
This commit is contained in:
parent
3173ead2e7
commit
3222d4c8df
|
@ -275,9 +275,9 @@
|
|||
<td>{{ ($accessory->manufacturer) ? $accessory->manufacturer->name : '' }} {{ $accessory->name }} {{ $accessory->model_number }}</td>
|
||||
<td>{{ $accessory->category->name }}</td>
|
||||
<td>{{ $accessory->pivot->created_at }}</td>
|
||||
@if (($accessory->assetlog->first()) && ($accessory->assetlog->first()->accept_signature!=''))
|
||||
<td><img style="width:auto;height:100px;" src="{{ asset('/') }}display-sig/{{ $accessory->assetlog->first()->accept_signature }}"></td>
|
||||
|
||||
|
||||
@endif
|
||||
</tr>
|
||||
@php
|
||||
$acounter++
|
||||
|
|
Loading…
Reference in a new issue