@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.
- package/bundles/senior-gestao-pessoas-payroll-core.umd.js +1 -2
- package/bundles/senior-gestao-pessoas-payroll-core.umd.js.map +1 -1
- package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js +1 -1
- package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js.map +1 -1
- package/esm2015/components/historical-pix-account/historical-pix-account.component.js +2 -3
- package/esm5/components/historical-pix-account/historical-pix-account.component.js +2 -3
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +1 -2
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +1 -2
- package/fesm5/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-pessoas-payroll-core.metadata.json +1 -1
|
@@ -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;
|