From 942e17cc8e66654fe47ee34c519e366df0f40566 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 18:54:37 +0800 Subject: [PATCH] Pman.Dialog.CorePersonContact.js --- Pman.Dialog.CorePersonContact.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CorePersonContact.js b/Pman.Dialog.CorePersonContact.js index 9fc1a966..4cc0e188 100644 --- a/Pman.Dialog.CorePersonContact.js +++ b/Pman.Dialog.CorePersonContact.js @@ -88,8 +88,8 @@ Pman.Dialog.CorePersonContact = { Pman.Dialog.Companies.show( { id: 0 }, function(data) { _this.form.setValues({ company_id_name : data.name, - company_id : data - }) + company_id : data.id + }); }); } }, -- 2.39.2