From 30aec6a3ab71fa6d70d477730b3a4c9cd7ad41ef Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 15 Jan 2021 20:07:02 +0000 Subject: [PATCH] --- ayanova/src/views/svc-unit.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ayanova/src/views/svc-unit.vue b/ayanova/src/views/svc-unit.vue index d23cc7d2..68614174 100644 --- a/ayanova/src/views/svc-unit.vue +++ b/ayanova/src/views/svc-unit.vue @@ -801,19 +801,19 @@ export default { customerId: null, parentUnitId: null, unitModelId: null, - unitHasOwnAddress: null, - boughtHere: null, + unitHasOwnAddress: false, + boughtHere: false, purchasedFromVendorId: null, receipt: null, purchasedDate: null, description: null, replacedByUnitId: null, - overrideModelWarranty: null, + overrideModelWarranty: false, warrantyLength: null, warrantyTerms: null, - usesBanking: null, - metered: null, - lifeTimeWarranty: null, + usesBanking: false, + metered: false, + lifeTimeWarranty: false, text1: null, text2: null, text3: null,