From: Chris Date: Wed, 12 Sep 2012 07:16:46 +0000 (+0800) Subject: Pman.Dialog.CoreCompanies.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=1fbaeff2f28c33a88ef08aac59795d2cc7546c49 Pman.Dialog.CoreCompanies.bjs Pman.Dialog.CoreCompanies.js --- diff --git a/Pman.Dialog.CoreCompanies.bjs b/Pman.Dialog.CoreCompanies.bjs index 2b2334aa..7ef821e6 100644 --- a/Pman.Dialog.CoreCompanies.bjs +++ b/Pman.Dialog.CoreCompanies.bjs @@ -94,7 +94,7 @@ "select": "function (combo, record, index)\n{\n _this.grid.footer.onClick('first');\n}" }, "alwaysQuery": true, - "displayField": "comptype_name", + "displayField": "name", "editable": "false", "emptyText": "Select Type", "fieldLabel": "Type", diff --git a/Pman.Dialog.CoreCompanies.js b/Pman.Dialog.CoreCompanies.js index 9da01b3e..c688f406 100644 --- a/Pman.Dialog.CoreCompanies.js +++ b/Pman.Dialog.CoreCompanies.js @@ -151,7 +151,7 @@ Pman.Dialog.CoreCompanies = { } }, alwaysQuery : true, - displayField : 'comptype_name', + displayField : 'name', editable : 'false', emptyText : "Select Type", fieldLabel : 'Type',