소스 검색

fix check

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;
         }