display policy zip if coverage is enabled
This commit is contained in:
parent
4da1d67215
commit
4d8e59c930
1 changed files with 1 additions and 5 deletions
|
|
@ -357,11 +357,7 @@ export default {
|
||||||
return !!this.getCmsContent("GlassOnlyQuestion","QuestionText");
|
return !!this.getCmsContent("GlassOnlyQuestion","QuestionText");
|
||||||
},
|
},
|
||||||
displayPolicyZip() {
|
displayPolicyZip() {
|
||||||
if (this.mainStore.issConfig.isAuthenticated &&
|
if (this.isCoverageEnabled && !this.mainStore.issConfig.disabledFields.policyNumber) {
|
||||||
!!this.mainStore.issConfig.disabledFields.policyZipCode) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue