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) {
|
||||
const isBigTruck = useMainStore().order.serviceLocation.isBigTruck;
|
||||
if (isBigTruck) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (isRecalibrationServiceableMobile === true || isRecalibrationServiceableMobile === false) {
|
||||
return (
|
||||
isGlassServiceableMobile
|
||||
|
|
|
|||
|
|
@ -249,10 +249,6 @@ export default {
|
|||
return this.isGlassServiceableInshop;
|
||||
},
|
||||
isServiceableMobile() {
|
||||
if (this.isBigTruck) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this.isRecalibrationServiceableMobile === true || this.isRecalibrationServiceableMobile === false) {
|
||||
return (
|
||||
this.isGlassServiceableMobile
|
||||
|
|
|
|||
Loading…
Reference in a new issue