diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index ed94e5413..da6e4ebff 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -319,7 +319,7 @@ export default { if ( this.mobileFeePart?.laborAmount == 0 && this.mobileFeePart?.sellingPrice == 0 && - this.mobileFeePart.kitPrice == 0 + this.mobileFeePart?.kitPrice == 0 ) { hasMobileFee = false; }