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,