ngx-sp-infra 6.20.7 → 6.20.8

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.
@@ -6987,7 +6987,7 @@ class EmpresaAbasComponent {
6987
6987
  this.hasReinf = true;
6988
6988
  this.isReinfActive = (await this.getValidAcesso_NoAbortTransaction('ReinfEmpresa_List.aspx', 'SpReinf1Cad')).valueOf();
6989
6989
  }
6990
- if (!this.hasEcfTax && projetosIds.has("57")) {
6990
+ if (!this.hasEcfTax && (projetosIds.has("57") || projetosIds.has("43"))) {
6991
6991
  this.hasEcfTax = true;
6992
6992
  this.isEcfTaxActive = (await this.getValidAcesso_NoAbortTransaction('GcfEmpresa_List.aspx', 'SpGcf2Cadastros')).valueOf();
6993
6993
  }