@senior-gestao-empresarial/erpx-components 3.2.0 → 3.3.0

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.
@@ -915,7 +915,7 @@
915
915
  };
916
916
  ErpTributosComponent.prototype.validaTela = function (taxes) {
917
917
  if (this.isStTaxes(taxes.tipoTributo) && taxes.idParametroEstado) {
918
- return "icmsst/" + taxes.idParametroSt + "/icmsst-parametros/" + taxes.idParametroEstado;
918
+ return "icmsst/" + taxes.idParametroSt + "/icmsst-parametros/" + taxes.idParametroEstado + "?perfilTributarioId=" + taxes.idPerfilTributario + "&parametroImpostosId=" + taxes.idParametro;
919
919
  }
920
920
  return "perfil-tributario/" + taxes.idPerfilTributario + "/parametrizacao-impostos/" + this.getTributoPai(taxes.tipoTributo) + "/" + taxes.idParametro;
921
921
  };