|
@@ -70,7 +70,7 @@ class Pro extends Model
|
|
|
|
|
|
public function isDefaultNA()
|
|
public function isDefaultNA()
|
|
{
|
|
{
|
|
- return $this->is_considered_for_dna;
|
|
|
|
|
|
+ return $this->is_considered_for_dna && !$this->is_hcp;
|
|
}
|
|
}
|
|
|
|
|
|
public function lastPayment() {
|
|
public function lastPayment() {
|