|
@@ -56,7 +56,7 @@ class Pro extends Model
|
|
|
|
|
|
public function isDefaultNA()
|
|
public function isDefaultNA()
|
|
{
|
|
{
|
|
- return $this->is_considered_for_dna;
|
|
|
|
|
|
+ return true; // $this->is_considered_for_dna;
|
|
}
|
|
}
|
|
|
|
|
|
public function lastPayment() {
|
|
public function lastPayment() {
|