Explorar el Código

fixed creating a visit

= hace 3 años
padre
commit
9aa0ff33db
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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() {