Skip to content
Snippets Groups Projects
Commit 34a95b3f authored by Prosper De Laure's avatar Prosper De Laure
Browse files

Removal of an alert message box

parent a55d3c1c
No related branches found
No related tags found
No related merge requests found
...@@ -2,3 +2,4 @@ data/conf/vhost.win.conf ...@@ -2,3 +2,4 @@ data/conf/vhost.win.conf
data/conf/conf.d/dependency#fileSystem.ini data/conf/conf.d/dependency#fileSystem.ini
data/batch/#!!!#sql.bat data/batch/#!!!#sql.bat
data/batch/3-processArchiveTransfersGr.bat data/batch/3-processArchiveTransfersGr.bat
*.bat
...@@ -161,7 +161,6 @@ var PersonInfo = { ...@@ -161,7 +161,6 @@ var PersonInfo = {
if (!data || !data.corpname) { if (!data || !data.corpname) {
$('#personTab').click(); $('#personTab').click();
alert(businessGroup);
} else { } else {
$('#corpTab').click(); $('#corpTab').click();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment