From cb1651bec4c5d2a457bb29b3ab379d4955d91d44 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 18:55:58 +0800 Subject: [PATCH] Pman.Dialog.CorePersonContact.js --- Pman.Dialog.CorePersonContact.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CorePersonContact.js b/Pman.Dialog.CorePersonContact.js index 51cae403..2fb834c8 100644 --- a/Pman.Dialog.CorePersonContact.js +++ b/Pman.Dialog.CorePersonContact.js @@ -150,8 +150,11 @@ Pman.Dialog.CorePersonContact = { if (!coid ) { Ext.MessageBox.alert("Error", "Select An Company First"); - return false - } + return false; + + } + + } }, -- 2.39.2