From 6656231f83cbb70cade6cecf7cc70c3a08d74b95 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 29 Jun 2012 15:29:22 +0800 Subject: [PATCH] Pman.Dialog.PersonSimpleContact.js --- Pman.Dialog.PersonSimpleContact.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Pman.Dialog.PersonSimpleContact.js b/Pman.Dialog.PersonSimpleContact.js index 0bb3e72a..4e389e40 100644 --- a/Pman.Dialog.PersonSimpleContact.js +++ b/Pman.Dialog.PersonSimpleContact.js @@ -13,18 +13,10 @@ Pman.on('beforeload', function() { dialogConfig : { title: "Edit Contact Details", height: 350 // slightly taller.. - }, itemList : [ - 'company_id_name', - 'office_id_name', - 'name','role', 'phone', 'fax', 'email', - - 'passwd1', 'passwd2', - 'id', - //'company_id', - 'company_id_email', - 'company_id_address','company_id_tel','company_id_fax' + 'name', 'phone', 'fax', 'email', + 'id' ] }); }); \ No newline at end of file -- 2.39.2