From: Alan Knowles Date: Fri, 17 Sep 2010 10:53:52 +0000 (+0800) Subject: Pman.Dialog.CorePersonContact.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4f6af8e4b74d43970c212c1c7710f94450ba5d81 Pman.Dialog.CorePersonContact.bjs --- diff --git a/Pman.Dialog.CorePersonContact.bjs b/Pman.Dialog.CorePersonContact.bjs index 2d14ea71..c1d623ff 100644 --- a/Pman.Dialog.CorePersonContact.bjs +++ b/Pman.Dialog.CorePersonContact.bjs @@ -38,7 +38,7 @@ "items": [ { "listeners": { - "add": "function (combo)\n{\n var cb = this;\n Pman.Dialog.Companies.show( { id: 0 }, function(data) {\n cb.setFromData(data);\n }); \n}" + "add": "function (combo)\n{\n\n Pman.Dialog.Companies.show( { id: 0 }, function(data) {\n cb.setFromData(data);\n }); \n}" }, "allowBlank": "false", "displayField": "code",