From 9056d48775a0462f76e2f185bf86b97c71f1747d Mon Sep 17 00:00:00 2001 From: "Instead of looking elsewhere, it is better to come here together" Date: Wed, 16 Nov 2022 18:16:45 +0800 Subject: [PATCH] Fixed: 12095 --- .../views/notifications/markdown/checkin-asset.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/notifications/markdown/checkin-asset.blade.php b/resources/views/notifications/markdown/checkin-asset.blade.php index 947fed28c..74a438170 100644 --- a/resources/views/notifications/markdown/checkin-asset.blade.php +++ b/resources/views/notifications/markdown/checkin-asset.blade.php @@ -3,8 +3,8 @@ {{ trans('mail.the_following_item') }} -@if ($item->getImageUrl()) -
Asset
+@if (($snipeSettings->show_images_in_email =='1') && $item->getImageUrl()) +
Asset
@endif @component('mail::table')