Explorar o código

causals - tolto "PAGAMENTO ABBONAMENTO" da select

ferrari hai 4 semanas
pai
achega
eb93e62fed
Modificáronse 1 ficheiros con 1 adicións e 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']);
             };
         }