X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.CoreCompanies.js;h=e44744a9efd4f9171c7ff785a46617cc789b3eba;hp=744ff059d7486457cb6a74cb73215ef4a1deea31;hb=refs%2Fheads%2Fwip_alan_T5884_add_photo_to_report;hpb=59869b9f4f208dab04bdd93e030f33e9aff6b9dc diff --git a/Pman.Dialog.CoreCompanies.js b/Pman.Dialog.CoreCompanies.js index 744ff059..e44744a9 100644 --- a/Pman.Dialog.CoreCompanies.js +++ b/Pman.Dialog.CoreCompanies.js @@ -39,10 +39,11 @@ Pman.Dialog.CoreCompanies = { 'tel_fieldLabel' : 'bcc254b55c4a1babdf1dcb82c207506b' /* Phone */ , 'address_qtip' : '32c4e9483403d60115b21519178e5384' /* Enter Address */ , 'background_color_fieldLabel' : '35cb9e66ff801a819684ee0fbeabaeeb' /* Background Colour */ , + 'comptype_id_display_name_emptyText' : '023a5dfa857c4aa0156e6685231a1dbd' /* Select Type */ , + 'comptype_id_display_name_fieldLabel' : 'a1fa27779242b4902f7ae3bdd5c6d508' /* Type */ , + 'comptype_id_display_name_loadingText' : '1243daf593fa297e07ab03bf06d925af' /* Searching... */ , 'code_fieldLabel' : 'b33457e7e1cd5dbf1db34a0c60fcb75f' /* Company ID (for filing Ref.) */ , - 'comptype_display_name_loadingText' : '1243daf593fa297e07ab03bf06d925af' /* Searching... */ , 'fax_fieldLabel' : '9810aa2b9f44401be4bf73188ef2b67d' /* Fax */ , - 'comptype_display_name_qtip' : '8535bcc0f05358a583bb432bbadf7e0d' /* Select type */ , 'name_fieldLabel' : 'e7b47c58815acf1d3afa59a84b5db7fb' /* Company Name */ , 'fax_qtip' : 'cf3a5d25d39613ad5bbc2f5eb0f9b675' /* Enter Fax Number */ , 'url_qtip' : '8c04eb09879a05470fae436ba76e3bb9' /* Enter Url */ , @@ -52,10 +53,9 @@ Pman.Dialog.CoreCompanies = { 'email_qtip' : '9f86c00615b1a210935ac28ff8ebbb22' /* Enter Email Address */ , 'url_fieldLabel' : '02a3a357710cc2a5dfdfb74ed012fb59' /* Url */ , 'remarks_qtip' : 'c54b90756cfbeff9217293b567cb2eb0' /* Enter remarks */ , + 'comptype_id_display_name_qtip' : '8535bcc0f05358a583bb432bbadf7e0d' /* Select type */ , 'email_fieldLabel' : 'ce8ae9da5b7cd6c3df2929543a9af92d' /* Email */ , 'address_fieldLabel' : 'dd7bf230fde8d4836917806aff6a6b27' /* Address */ , - 'comptype_display_name_emptyText' : '023a5dfa857c4aa0156e6685231a1dbd' /* Select Type */ , - 'comptype_display_name_fieldLabel' : 'a1fa27779242b4902f7ae3bdd5c6d508' /* Type */ , 'logo_id_fieldLabel' : 'bc87ef2144ae15ef4f78211e73948051' /* Logo Image */ }, @@ -255,7 +255,7 @@ Pman.Dialog.CoreCompanies = { listWidth : 250, loadingText : _this._strings['1243daf593fa297e07ab03bf06d925af'] /* Searching... */, minChars : 2, - name : 'comptype_display_name', + name : 'comptype_id_display_name', pageSize : 20, qtip : _this._strings['8535bcc0f05358a583bb432bbadf7e0d'] /* Select type */, queryParam : 'query[name]', @@ -263,7 +263,7 @@ Pman.Dialog.CoreCompanies = { tpl : '
{name} : {display_name}
', triggerAction : 'all', typeAhead : false, - valueField : 'name', + valueField : 'id', width : 200, listeners : { render : function (_self)