From 34a95b3ff1d078b0315d2be6c46c3ebcf7de8e2a Mon Sep 17 00:00:00 2001
From: Prosper De Laure <prosper.delaure@maarch.org>
Date: Thu, 16 Feb 2017 11:40:30 +0100
Subject: [PATCH] Removal of an alert message box

---
 .gitignore                                                       | 1 +
 .../Resources/view/seda2/messageComposer/personInfoModal.html    | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 1a7463c8..ead803a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ data/conf/vhost.win.conf
 data/conf/conf.d/dependency#fileSystem.ini
 data/batch/#!!!#sql.bat
 data/batch/3-processArchiveTransfersGr.bat
+*.bat
diff --git a/presentation/maarchRM/Resources/view/seda2/messageComposer/personInfoModal.html b/presentation/maarchRM/Resources/view/seda2/messageComposer/personInfoModal.html
index 108dc6c6..290a3173 100644
--- a/presentation/maarchRM/Resources/view/seda2/messageComposer/personInfoModal.html
+++ b/presentation/maarchRM/Resources/view/seda2/messageComposer/personInfoModal.html
@@ -161,7 +161,6 @@ var PersonInfo = {
 
         if (!data || !data.corpname) {
             $('#personTab').click();
-            alert(businessGroup);
         } else {
             $('#corpTab').click();
         }
-- 
GitLab