taxtank-core 0.29.25 → 0.29.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18979,8 +18979,8 @@
|
|
|
18979
18979
|
searchQuery: new forms.FormControl(address.address ? address.nameLong : null, forms.Validators.required),
|
|
18980
18980
|
type: new forms.FormControl(address.type | exports.AddressTypeEnum.STREET, forms.Validators.required),
|
|
18981
18981
|
// Corelogic fields
|
|
18982
|
-
corelogicLocId: new forms.FormControl(address.corelogicLocId
|
|
18983
|
-
corelogicRefId: new forms.FormControl(address.corelogicRefId
|
|
18982
|
+
corelogicLocId: new forms.FormControl(address.corelogicLocId),
|
|
18983
|
+
corelogicRefId: new forms.FormControl(address.corelogicRefId),
|
|
18984
18984
|
// manual fields
|
|
18985
18985
|
unitNumber: new forms.FormControl({ value: address.unitNumber, disabled: true }),
|
|
18986
18986
|
address: new forms.FormControl({ value: address.address, disabled: true }, forms.Validators.required),
|