mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Fixed delete_at
This commit is contained in:
parent
dac4b58892
commit
b81dd18576
|
@ -369,7 +369,7 @@
|
|||
<img src="{{ config('app.url') }}/uploads/models/{{{ $asset->model->image }}}" class="assetimg img-responsive">
|
||||
@endif
|
||||
|
||||
@if (($snipeSettings->qr_code=='1') && ($asset->deleted_at!=''))
|
||||
@if (($snipeSettings->qr_code=='1') && ($asset->deleted_at==''))
|
||||
<img src="{{ config('app.url') }}/hardware/{{ $asset->id }}/qr_code" class="img-thumbnail pull-right" style="height: 100px; width: 100px; margin-right: 10px;">
|
||||
@endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue