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

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.
@@ -2857,7 +2857,7 @@ var InputRestAutoCompleteComponent = /** @class */ (function () {
2857
2857
  else if (this.isSituationDefinition) {
2858
2858
  var params = { searchText: query };
2859
2859
  return this.service
2860
- .query('autocompleteSituationDefinitionQuery', params, ServiceType.PAYROLL)
2860
+ .query('autocompleteSituationDefinitionQuery', params, ServiceType.ORGANIZATION_REGISTER)
2861
2861
  .subscribe(function (payload) { return _this.formaterResponce(payload.result); });
2862
2862
  }
2863
2863
  else if (this.isWagetype) {