From 4420d759378f40c512018ce76f630b1bd9fcd8dd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 18:56:33 +0800 Subject: [PATCH] Pman.Dialog.CorePersonContact.js --- Pman.Dialog.CorePersonContact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Dialog.CorePersonContact.js b/Pman.Dialog.CorePersonContact.js index 67224816..c8b84e33 100644 --- a/Pman.Dialog.CorePersonContact.js +++ b/Pman.Dialog.CorePersonContact.js @@ -155,7 +155,7 @@ Pman.Dialog.CorePersonContact = { } Pman.Dialog.Office.show(cfg, function(data) { _this.form.setValues({ - company_id_name : data.name, + office_id_name : data.name, company_id : data.id }); }); -- 2.39.2