Luca Parisio před 4 měsíci
rodič
revize
b32377245c
10 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. binární
      .DS_Store
  2. binární
      app/.DS_Store
  3. binární
      app/Http/.DS_Store
  4. binární
      database/.DS_Store
  5. binární
      public/.DS_Store
  6. binární
      resources/.DS_Store
  7. binární
      resources/views/.DS_Store
  8. 3 3
      resources/views/livewire/member.blade.php
  9. binární
      storage/.DS_Store
  10. binární
      storage/framework/.DS_Store

binární
.DS_Store


binární
app/.DS_Store


binární
app/Http/.DS_Store


binární
database/.DS_Store


binární
public/.DS_Store


binární
resources/.DS_Store


binární
resources/views/.DS_Store


+ 3 - 3
resources/views/livewire/member.blade.php

@@ -1028,15 +1028,15 @@
                                 @if($type == 'corsi')
                                     @if($dataId > 0)
                                         @if(!$addCourse && !$updateCourse)
-                                            @if($active["status"] != 1 && !$hasCertificate)
+                                             @if($active["status"] != 2 && !$hasCertificate)
                                                 <div class="alert alert-warning" role="alert">
                                                     <strong>Attenzione:</strong> Per aggiungere corsi è necessario avere un tesseramento attivo o un certificato medico valido.
                                                 </div>
-                                            @elseif($active["status"] != 1)
+                                            @elseif($active["status"] == 0)
                                                 <div class="alert alert-info" role="alert">
                                                     <strong>Info:</strong> Il tesseramento non è attivo, ma è presente un certificato medico valido.
                                                 </div>
-                                            @elseif(!$hasCertificate)
+                                            @elseif($active["status"] == 1 && !$hasCertificate)
                                                 <div class="alert alert-info" role="alert">
                                                     <strong>Info:</strong> Non è presente un certificato medico valido, ma il tesseramento è attivo.
                                                 </div>

binární
storage/.DS_Store


binární
storage/framework/.DS_Store