FabioFratini 11 ماه پیش
والد
کامیت
9a6e3d9bf9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      resources/views/components/verbale/allegati/index.blade.php

+ 1 - 1
resources/views/components/verbale/allegati/index.blade.php

@@ -4,7 +4,7 @@
 @php
     $hasVisibleAllegati = false;
     foreach ($allegati as $allegato) {
-        if ($allegato->is_visible && $allegato->files && $allegato->gallery_type == 1 && $allegato->is_visible == true) {
+        if ($allegato->is_visible && $allegato->files && $allegato->is_visible == true) {
             $hasVisibleAllegati = true;
             break;
         }