unknown před 3 roky
rodič
revize
70b85656d8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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() {