Show the little "product has an image icon" also on products page (references #58)

This commit is contained in:
Bernd Bestel 2018-10-06 18:08:25 +02:00
parent 188407e3c7
commit 132999ce36
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -50,7 +50,7 @@
</a> </a>
</td> </td>
<td> <td>
{{ $product->name }} {{ $product->name }}@if(!empty($product->picture_file_name)) <i class="fas fa-image text-muted"></i>@endif
</td> </td>
<td> <td>
{{ FindObjectInArrayByPropertyValue($locations, 'id', $product->location_id)->name }} {{ FindObjectInArrayByPropertyValue($locations, 'id', $product->location_id)->name }}