Skip to content

Commit

Permalink
Fixed delete_at
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed May 19, 2017
1 parent dac4b58 commit b81dd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/hardware/view.blade.php
Expand Up @@ -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

Expand Down

0 comments on commit b81dd18

Please sign in to comment.