From 1413267f16acbe5b9e7d3efb9b8b725cc309eb0c Mon Sep 17 00:00:00 2001 From: Josh Dassinger Date: Wed, 11 Feb 2026 14:51:46 -0600 Subject: [PATCH] INSR-6190 Don't show mobile service option for big truck --- .../schedule-page/service-location/service-location.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/layouts/schedule-page/service-location/service-location.vue b/src/layouts/schedule-page/service-location/service-location.vue index e48dddcc..f9c7ef43 100644 --- a/src/layouts/schedule-page/service-location/service-location.vue +++ b/src/layouts/schedule-page/service-location/service-location.vue @@ -243,6 +243,10 @@ export default { return this.isGlassServiceableInshop; }, isServiceableMobile() { + if (this.isBigTruck) { + return false; + } + if (this.isRecalibrationServiceableMobile !== null) { return ( this.isGlassServiceableMobile