From 9c48a36aea4f600d892f58f53c38a5cd1ae8737c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 18:53:52 +0800 Subject: [PATCH] Pman.Dialog.CorePersonContact.js --- Pman.Dialog.CorePersonContact.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Pman.Dialog.CorePersonContact.js b/Pman.Dialog.CorePersonContact.js index ecbba5a0..1db30816 100644 --- a/Pman.Dialog.CorePersonContact.js +++ b/Pman.Dialog.CorePersonContact.js @@ -84,10 +84,10 @@ Pman.Dialog.CorePersonContact = { listeners : { add : function (combo) { - var cb = this; - Pman.Dialog.Companies.show( { id: 0 }, function(data) { - cb.setFromData(data); - }); + + Pman.Dialog.Companies.show( { id: 0 }, function(data) { + cb.setFromData(data); + }); } }, allowBlank : 'false', -- 2.39.2