From: Chris Date: Wed, 12 Sep 2012 07:33:19 +0000 (+0800) Subject: Pman.Dialog.CoreCompanies.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=39c765c029b8063da870d6c6fa9d4ab1ceed2f06 Pman.Dialog.CoreCompanies.bjs Pman.Dialog.CoreCompanies.js --- diff --git a/Pman.Dialog.CoreCompanies.bjs b/Pman.Dialog.CoreCompanies.bjs index 4cfa77bd..5c2fa3d1 100644 --- a/Pman.Dialog.CoreCompanies.bjs +++ b/Pman.Dialog.CoreCompanies.bjs @@ -80,7 +80,7 @@ "qtip": "Select type", "queryParam": "query[name]", "selectOnFocus": true, - "tpl": "
{name}
", + "tpl": "
{comptype_name}
", "triggerAction": "all", "typeAhead": false, "valueField": "val", diff --git a/Pman.Dialog.CoreCompanies.js b/Pman.Dialog.CoreCompanies.js index 2844e210..1e3ac228 100644 --- a/Pman.Dialog.CoreCompanies.js +++ b/Pman.Dialog.CoreCompanies.js @@ -140,7 +140,7 @@ Pman.Dialog.CoreCompanies = { qtip : "Select type", queryParam : 'query[name]', selectOnFocus : true, - tpl : '
{name}
', + tpl : '
{comptype_name}
', triggerAction : 'all', typeAhead : false, valueField : 'val',