Remove restrictions on calling updateMobileFee
The method it is calling will determine if it should be updated or not
This commit is contained in:
parent
1ea73c3fba
commit
03cd0fb7a9
1 changed files with 1 additions and 3 deletions
|
|
@ -355,9 +355,7 @@ export default {
|
||||||
let provider = this.selectedProvider;
|
let provider = this.selectedProvider;
|
||||||
this.mainStore.updateMobileFee(null);
|
this.mainStore.updateMobileFee(null);
|
||||||
if (this.isMobile) {
|
if (this.isMobile) {
|
||||||
if (this.mainStore.isNoComp || this.mainStore.isITAC) {
|
this.mainStore.updateMobileFee(this.mobileFeePart);
|
||||||
this.mainStore.updateMobileFee(this.mobileFeePart);
|
|
||||||
}
|
|
||||||
|
|
||||||
provider = {
|
provider = {
|
||||||
providerNumber: this.mobileProviderNumber,
|
providerNumber: this.mobileProviderNumber,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue