ngx-sp-infra 6.20.2 → 6.20.3

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.
@@ -7105,7 +7105,7 @@ class EstabelecimentoAbasComponent {
7105
7105
  if (this.hasFiscal) {
7106
7106
  this.linksList.push(
7107
7107
  // {nome: 'Fiscal', uri: `${this.hostServerOutsystemValue}/SisproErpCloud/Efd-Reinf/identificacao-da-entidade/editar/${this.Id}`, isTargetSelf: false},
7108
- { nome: 'Reinf', uri: `${this.hostServerOutsystem}/SpSped1Conf/IdentificacaoDaEntidade_list.aspx?IsFiscal=False&StartWizard=False&EstabelecimentoId=${this.Id}&IsCorp=True`, isTargetSelf: false, disable: this.isFiscalActive });
7108
+ { nome: 'Fiscal/REINF', uri: `${this.hostServerOutsystem}/SpSped1Conf/IdentificacaoDaEntidade_list.aspx?IsFiscal=False&StartWizard=False&EstabelecimentoId=${this.Id}&IsCorp=True`, isTargetSelf: false, disable: this.isFiscalActive });
7109
7109
  }
7110
7110
  if (this.hasCompras) {
7111
7111
  this.linksList.push(
@@ -7155,7 +7155,7 @@ class EstabelecimentoAbasComponent {
7155
7155
  break;
7156
7156
  case 32:
7157
7157
  this.hasFiscal = true;
7158
- this.isFiscalActive = await this.IsMenuAllowed("/identificacao-da-entidade");
7158
+ this.isFiscalActive = await this.IsMenuAllowed("Efd-Reinf/identificacao-da-entidade");
7159
7159
  // if(!this.isFiscalActive){
7160
7160
  // this.isFiscalActive = (await this.getValidAcesso_NoAbortTransaction('IdentificacaoDaEntidade_list.aspx', 'SpSped1Conf')).valueOf()
7161
7161
  // }