unknown vor 3 Jahren
Ursprung
Commit
70b85656d8
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app/Models/Pro.php

+ 1 - 1
app/Models/Pro.php

@@ -56,7 +56,7 @@ class Pro extends Model
 
     public function isDefaultNA()
     {
-        return $this->is_considered_for_dna;
+        return true; // $this->is_considered_for_dna;
     }
 
     public function lastPayment() {