unknown 3 years ago
parent
commit
70b85656d8
1 changed files with 1 additions and 1 deletions
  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() {