From: Alan Knowles Date: Mon, 17 Dec 2012 02:59:40 +0000 (+0800) Subject: Pman.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=59436533c8bfd324e6af2e68fadb3de106c8d895 Pman.js --- diff --git a/Pman.js b/Pman.js index 39e11e23..9cb51e32 100644 --- a/Pman.js +++ b/Pman.js @@ -372,7 +372,9 @@ Pman = new Roo.Document( return; } if (!data || !data.id) { - Pman.Dialog.Companies.show( { id : 0, isOwner : 1, comptype: 'OWNER' }, function(data) { + Pman.Dialog.Companies.show( { id : 0, comptype: 'OWNER' }, function(data) { + Roo.log("company dialog returned"); + Roo.log(data); forceCompany(data); }); return;