From: Chris Date: Wed, 12 Sep 2012 07:37:21 +0000 (+0800) Subject: Pman.Dialog.CoreCompanies.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=43ba75b569d666b269f6aa33e26affa3fd25aa25 Pman.Dialog.CoreCompanies.bjs Pman.Dialog.CoreCompanies.js --- diff --git a/Pman.Dialog.CoreCompanies.bjs b/Pman.Dialog.CoreCompanies.bjs index 7d425511..05d8ffae 100644 --- a/Pman.Dialog.CoreCompanies.bjs +++ b/Pman.Dialog.CoreCompanies.bjs @@ -82,7 +82,7 @@ "tpl": "
{comptype_name}
", "triggerAction": "all", "typeAhead": false, - "valueField": "comptype", + "valueField": "name", "width": 200, "xtype": "ComboBox", "|xns": "Roo.form", diff --git a/Pman.Dialog.CoreCompanies.js b/Pman.Dialog.CoreCompanies.js index 8a27f35d..fc0524c9 100644 --- a/Pman.Dialog.CoreCompanies.js +++ b/Pman.Dialog.CoreCompanies.js @@ -139,7 +139,7 @@ Pman.Dialog.CoreCompanies = { tpl : '
{comptype_name}
', triggerAction : 'all', typeAhead : false, - valueField : 'comptype', + valueField : 'name', width : 200, store : { xtype: 'Store',