From 489e99ead53f7bbef4bdf8df41ba961a472f90b9 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 12 Sep 2012 15:34:19 +0800 Subject: [PATCH] Pman.Dialog.CoreCompanies.bjs Pman.Dialog.CoreCompanies.js --- Pman.Dialog.CoreCompanies.bjs | 3 +-- Pman.Dialog.CoreCompanies.js | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Pman.Dialog.CoreCompanies.bjs b/Pman.Dialog.CoreCompanies.bjs index 5c2fa3d1..9ed9e11f 100644 --- a/Pman.Dialog.CoreCompanies.bjs +++ b/Pman.Dialog.CoreCompanies.bjs @@ -63,8 +63,7 @@ }, { "listeners": { - "render": "function (_self)\n{\n _this.etypeCombo = _self;\n}", - "select": "function (combo, record, index)\n{\n _this.grid.footer.onClick('first');\n}" + "render": "function (_self)\n{\n _this.etypeCombo = _self;\n}" }, "alwaysQuery": true, "displayField": "comptype_name", diff --git a/Pman.Dialog.CoreCompanies.js b/Pman.Dialog.CoreCompanies.js index 1e3ac228..62355110 100644 --- a/Pman.Dialog.CoreCompanies.js +++ b/Pman.Dialog.CoreCompanies.js @@ -120,10 +120,6 @@ Pman.Dialog.CoreCompanies = { render : function (_self) { _this.etypeCombo = _self; - }, - select : function (combo, record, index) - { - _this.grid.footer.onClick('first'); } }, alwaysQuery : true, -- 2.39.2