Forráskód Böngészése

fixed creating a visit

= 3 éve
szülő
commit
9aa0ff33db
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      app/Models/Pro.php

+ 1 - 2
app/Models/Pro.php

@@ -57,8 +57,7 @@ class Pro extends Model
 
     public function isDefaultNA()
     {
-        // TODO are we using this?
-        return true; // $this->is_considered_for_dna;
+       return $this->is_considered_for_dna;
     }
 
     public function lastPayment() {