From 73b6f971374c2dc307e40e4af3255d36406217ff Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 18:56:09 +0800 Subject: [PATCH] Pman.Dialog.CorePersonContact.js --- Pman.Dialog.CorePersonContact.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Pman.Dialog.CorePersonContact.js b/Pman.Dialog.CorePersonContact.js index 2fb834c8..cde399f7 100644 --- a/Pman.Dialog.CorePersonContact.js +++ b/Pman.Dialog.CorePersonContact.js @@ -153,7 +153,9 @@ Pman.Dialog.CorePersonContact = { return false; } - + Pman.Dialog.Office.show(cfg, function(data) { + cb.setFromData(data); + }); } -- 2.39.2