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