@senior-gestao-pessoas/payroll-core 9.3.0-7aaf9dac-728c-48d9-acf3-c7589164bebb → 9.3.0-89a3c031-8c8e-4d24-86ca-4d394889e31a

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.
@@ -9486,15 +9486,14 @@
9486
9486
  label: _this.translateService.instant("hcm.payroll.edit"),
9487
9487
  command: function () {
9488
9488
  if (_this.isAllowToEditHistorical) {
9489
- console.log("ENTER IN isAllowToEditHistorical");
9490
9489
  rowData["index"] = key;
9491
9490
  _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: true };
9492
9491
  _this.visible = true;
9493
9492
  }
9494
9493
  else {
9495
9494
  _this.isOnlyEdit.emit(true);
9495
+ console.log(_this.listDataReciever);
9496
9496
  if (!_this.listDataReciever) {
9497
- console.log("ENTER IN listDataReciever");
9498
9497
  rowData["index"] = key;
9499
9498
  _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: true };
9500
9499
  _this.visible = true;