From beecfa3ee45798609c9227764fbc372dbeffc6ac Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Dec 2012 11:01:28 +0800 Subject: [PATCH] Pman.Dialog.PersonEditor.js --- Pman.Dialog.PersonEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index 2f134686..e100ff89 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -263,7 +263,7 @@ Pman.Dialog.PersonEditor.prototype = { adderclick : function() { var cb = this; - Pman.Dialog.Companies.show( { id: 0 }, function(data) { + Pman.Dialog.CoreCompanies.show( { id: 0 }, function(data) { cb.setFromData(data); }); } -- 2.39.2