SSR-383
update variable casing
This commit is contained in:
parent
121dd208d8
commit
91729e94c1
1 changed files with 2 additions and 2 deletions
|
|
@ -242,7 +242,7 @@ export default {
|
|||
{
|
||||
this.welcomePageModel.policyNumber = this.mainStore.order.policy.policyNumber
|
||||
}
|
||||
this.mainStore.order.policy.IsPolicyNumberDisabled = true;
|
||||
this.mainStore.order.policy.isPolicyNumberDisabled = true;
|
||||
}
|
||||
|
||||
this.mainStore.updatePolicyData(this.welcomePageModel);
|
||||
|
|
@ -378,7 +378,7 @@ export default {
|
|||
}
|
||||
}else
|
||||
{
|
||||
if (this.mainStore.order.policy.IsPolicyNumberDisabled)
|
||||
if (this.mainStore.order.policy.isPolicyNumberDisabled)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue