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/index.js CHANGED
@@ -648,7 +648,7 @@ var apartmentFields = {
648
648
  };
649
649
  },
650
650
  getInspectionPaymentInfo: function (inspection) {
651
- return __assign(__assign({}, this.getApartmentPaymentInfo(inspection)), { countryOfResidence: inspection.country_of_residence, taxesType: inspection.taxes_type });
651
+ return __assign(__assign({}, this.getApartmentPaymentInfo(inspection)), { countryOfResidence: inspection.country_of_residence, taxesType: inspection.tax_type });
652
652
  },
653
653
  getMeterInfo: function (meter, resource) {
654
654
  var _a;