From 39c765c029b8063da870d6c6fa9d4ab1ceed2f06 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 12 Sep 2012 15:33:19 +0800 Subject: [PATCH] Pman.Dialog.CoreCompanies.bjs Pman.Dialog.CoreCompanies.js --- Pman.Dialog.CoreCompanies.bjs | 2 +- Pman.Dialog.CoreCompanies.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', -- 2.39.2