This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user