From: Chris Date: Wed, 12 Sep 2012 07:38:00 +0000 (+0800) Subject: Pman.Dialog.CoreCompanies.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a7f77691dddd12f5b903cd9a1c7b58819e9012fc Pman.Dialog.CoreCompanies.bjs Pman.Dialog.CoreCompanies.js --- diff --git a/Pman.Dialog.CoreCompanies.bjs b/Pman.Dialog.CoreCompanies.bjs index 05d8ffae..0a12bcc7 100644 --- a/Pman.Dialog.CoreCompanies.bjs +++ b/Pman.Dialog.CoreCompanies.bjs @@ -66,7 +66,7 @@ "render": "function (_self)\n{\n _this.etypeCombo = _self;\n}" }, "alwaysQuery": true, - "displayField": "comptype_name", + "displayField": "name", "emptyText": "Select Type", "fieldLabel": "Type", "forceSelection": true, diff --git a/Pman.Dialog.CoreCompanies.js b/Pman.Dialog.CoreCompanies.js index fc0524c9..677d59d2 100644 --- a/Pman.Dialog.CoreCompanies.js +++ b/Pman.Dialog.CoreCompanies.js @@ -123,7 +123,7 @@ Pman.Dialog.CoreCompanies = { } }, alwaysQuery : true, - displayField : 'comptype_name', + displayField : 'name', emptyText : "Select Type", fieldLabel : 'Type', forceSelection : true,