瀏覽代碼

fixed creating a visit

= 3 年之前
父節點
當前提交
9aa0ff33db
共有 1 個文件被更改,包括 1 次插入2 次删除
  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() {