From 67b065057969e07b414756746643b80f82d26653 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 18:55:47 +0800 Subject: [PATCH] Pman.Dialog.CorePersonContact.js --- Pman.Dialog.CorePersonContact.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pman.Dialog.CorePersonContact.js b/Pman.Dialog.CorePersonContact.js index 4a6994e4..23091756 100644 --- a/Pman.Dialog.CorePersonContact.js +++ b/Pman.Dialog.CorePersonContact.js @@ -149,9 +149,9 @@ Pman.Dialog.CorePersonContact = { var coid = _this.form.findField('company_id').getValue(); if (!coid ) { - Ext.MessageBox.alert("Error", "Select An Company First"); - return false - } + Ext.MessageBox.alert("Error", "Select An Company First"); + return false + } } }, allowBlank : 'false', -- 2.39.2