@senior-gestao-pessoas/payroll-core 9.6.1-feature-hcmgdp-12319-85c558d3 → 9.6.1-feature-hcmgdp-12319-c14f3ab7

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.
@@ -3023,7 +3023,7 @@
3023
3023
  else if (this.isSituationDefinition) {
3024
3024
  var params = { searchText: query };
3025
3025
  return this.service
3026
- .query('autocompleteSituationDefinitionQuery', params, exports.ServiceType.PAYROLL)
3026
+ .query('autocompleteSituationDefinitionQuery', params, exports.ServiceType.ORGANIZATION_REGISTER)
3027
3027
  .subscribe(function (payload) { return _this.formaterResponce(payload.result); });
3028
3028
  }
3029
3029
  else if (this.isWagetype) {