From: Edward Date: Wed, 16 Apr 2014 10:12:37 +0000 (+0800) Subject: Pman.Dialog.CoreCompanies.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5e748830cef7c809ced031aeeb8d65b53e12074d Pman.Dialog.CoreCompanies.bjs Pman.Dialog.CoreCompanies.js --- diff --git a/Pman.Dialog.CoreCompanies.bjs b/Pman.Dialog.CoreCompanies.bjs index b11ca215..6adaef9d 100644 --- a/Pman.Dialog.CoreCompanies.bjs +++ b/Pman.Dialog.CoreCompanies.bjs @@ -70,7 +70,7 @@ "emptyText": "Select Type", "fieldLabel": "Type", "forceSelection": true, - "hiddenName": "comptype_id", + "hiddenName": "comptype", "listWidth": 250, "loadingText": "Searching...", "minChars": 2, diff --git a/Pman.Dialog.CoreCompanies.js b/Pman.Dialog.CoreCompanies.js index f04412ce..e9d51dc1 100644 --- a/Pman.Dialog.CoreCompanies.js +++ b/Pman.Dialog.CoreCompanies.js @@ -127,7 +127,7 @@ Pman.Dialog.CoreCompanies = { emptyText : "Select Type", fieldLabel : 'Type', forceSelection : true, - hiddenName : 'comptype_id', + hiddenName : 'comptype', listWidth : 250, loadingText : "Searching...", minChars : 2,