kui-crm_actions 0.0.135 → 0.0.136
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.
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/cjs/index.js
CHANGED
@@ -677,7 +677,7 @@ var apartmentFields = {
|
|
677
677
|
};
|
678
678
|
},
|
679
679
|
getInspectionPaymentInfo: function (inspection) {
|
680
|
-
return __assign(__assign({}, this.getApartmentPaymentInfo(inspection)), { countryOfResidence: inspection.country_of_residence, taxesType: inspection.
|
680
|
+
return __assign(__assign({}, this.getApartmentPaymentInfo(inspection)), { countryOfResidence: inspection.country_of_residence, taxesType: inspection.tax_type });
|
681
681
|
},
|
682
682
|
getMeterInfo: function (meter, resource) {
|
683
683
|
var _a;
|