@senior-agronegocio/angular-components 0.0.9883 → 0.0.9884

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.
@@ -991,7 +991,7 @@
991
991
  "agro.angular_components.ORIGINATION_CREATE_EFFECTIVE_BALANCE": "Emissão de saldo efetivo",
992
992
  "agro.angular_components.PRODUCER_NET_VALUE_EFFECTIVE_BALANCE_CONFIRMATION": "Confirmação de saldo efetivo",
993
993
  "agro.angular_components.CLOSE_INVOICE_FIXATION": "Fechamento de NF",
994
- "agro.angular_components.INVOICE_CLOSE_INVOICE": "Solicitação de cancelamento da NF",
994
+ "agro.angular_components.INVOICE_CLOSE_INVOICE": "Fechamento de NF",
995
995
  "agro.angular_components.ORIGINATION_CREATE_EFFECTIVE_CONFIRMATION": "Confirmação efetiva",
996
996
  "agro.angular_components.ORIGINATION_CREATE_PROVISIONAL_BALANCE": "Saldo provisório",
997
997
  "agro.angular_components.CLOSE_INVOICE_TRANSFER": "Fechamento de NF",
@@ -6603,6 +6603,7 @@
6603
6603
  EventControlBoardComponent.prototype.getEventLabel = function (detail) {
6604
6604
  var _a;
6605
6605
  var eventLabel = (_a = this.eventItem.find(function (e) { return e.value === detail.eventOperation; })) === null || _a === void 0 ? void 0 : _a.label;
6606
+ console.log('Getting label for event operation:', eventLabel);
6606
6607
  if (eventLabel) {
6607
6608
  return this.translate.instant(eventLabel);
6608
6609
  }