Explorar el Código

causals - tolto "PAGAMENTO ABBONAMENTO" da select

ferrari hace 4 semanas
padre
commit
eb93e62fed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Livewire/Causals.php

+ 1 - 1
app/Http/Livewire/Causals.php

@@ -90,7 +90,7 @@ class Causals extends Component
         }
         if ($this->show_course_causals == false) {
             $courseFilter = function($query) {
-                return $query->whereNotIn('name', ['PAGAMENTO CORSO', 'PAGAMENTO ISCRIZIONE']);
+                return $query->whereNotIn('name', ['PAGAMENTO CORSO', 'PAGAMENTO ISCRIZIONE', 'PAGAMENTO ABBONAMENTO']);
             };
         }