From: Alan Knowles Date: Fri, 17 Sep 2010 10:54:12 +0000 (+0800) Subject: Pman.Dialog.CorePersonContact.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=cdf9f58b5eab99e8ed7522952dca6b829917c0b9 Pman.Dialog.CorePersonContact.js --- diff --git a/Pman.Dialog.CorePersonContact.js b/Pman.Dialog.CorePersonContact.js index 53d437b2..3315a672 100644 --- a/Pman.Dialog.CorePersonContact.js +++ b/Pman.Dialog.CorePersonContact.js @@ -85,7 +85,7 @@ Pman.Dialog.CorePersonContact = { add : function (combo) { - Pman.Dialog.CoreCompanies.show( { id: 0 }, function(data) { + Pman.Dialog.Companies.show( { id: 0 }, function(data) { cb.setFromData(data); }); }