|
@@ -53,7 +53,7 @@ class ClientPrimaryCoverage extends Model
|
|
|
if($this->mcdPayer) return $this->mcdPayer->name;
|
|
|
}
|
|
|
if($this->plan_type === 'COMMERCIAL'){
|
|
|
- if($this->payer) return $this->payer->name;
|
|
|
+ if($this->payer) return $this->payer->name; else $this->carrier_free_text ?: '-';
|
|
|
}
|
|
|
return $this->insuranceDisplayName();
|
|
|
}
|