Merge branch 'develop' into feature/jzimmerman/INSR-9277
This commit is contained in:
commit
4a8d969ba0
2 changed files with 0 additions and 9 deletions
|
|
@ -74,11 +74,6 @@ export async function getZipCodeData(zipCode) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function isServiceableMobileWithData(isGlassServiceableMobile, isRecalibrationServiceableMobile) {
|
export function isServiceableMobileWithData(isGlassServiceableMobile, isRecalibrationServiceableMobile) {
|
||||||
const isBigTruck = useMainStore().order.serviceLocation.isBigTruck;
|
|
||||||
if (isBigTruck) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (isRecalibrationServiceableMobile === true || isRecalibrationServiceableMobile === false) {
|
if (isRecalibrationServiceableMobile === true || isRecalibrationServiceableMobile === false) {
|
||||||
return (
|
return (
|
||||||
isGlassServiceableMobile
|
isGlassServiceableMobile
|
||||||
|
|
|
||||||
|
|
@ -249,10 +249,6 @@ export default {
|
||||||
return this.isGlassServiceableInshop;
|
return this.isGlassServiceableInshop;
|
||||||
},
|
},
|
||||||
isServiceableMobile() {
|
isServiceableMobile() {
|
||||||
if (this.isBigTruck) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.isRecalibrationServiceableMobile === true || this.isRecalibrationServiceableMobile === false) {
|
if (this.isRecalibrationServiceableMobile === true || this.isRecalibrationServiceableMobile === false) {
|
||||||
return (
|
return (
|
||||||
this.isGlassServiceableMobile
|
this.isGlassServiceableMobile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue