@senior-gestao-empresarial/erpx-components 1.18.7 → 1.18.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.
@@ -802,7 +802,7 @@
802
802
  this.erpTributosService.getFrontend(params).subscribe(function (response) {
803
803
  window.open("" + response.frontends[0].embeddedURL, '_blank');
804
804
  });
805
- this.gtag.sendButtonClick(this.translate.instant('erpx.erp_components.g_tag_message'), { impostos: tributo.tipoTributo });
805
+ this.gtag.sendButtonClick('Botão acessar parametrização', { impostos: tributo.tipoTributo });
806
806
  };
807
807
  ErpTributosComponent.prototype.disabledButton = function (imposto) {
808
808
  return this.idsTaxesMemoriaCalculo == undefined || !this.idsTaxesMemoriaCalculo.find(function (element) {