Commit 9947ee82 authored by dsawant's avatar dsawant

updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96098 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4e89f52c
......@@ -155,7 +155,7 @@ public class DistIssWiz extends ValidatorEJB implements DistIssWizLocal, DistIss
if (distOrder == null || distOrder.trim().length() == 0)
{
errCode = "DIDONULL";
errString = getErrorString("dist_order",errCode,userId);
errString = getErrorString("dist_order1",errCode,userId);
break;
}
else
......@@ -176,7 +176,7 @@ public class DistIssWiz extends ValidatorEJB implements DistIssWizLocal, DistIss
if(cnt == 0)
{
errCode = "DIDONOTEX";
errString = getErrorString("dist_order",errCode,userId);
errString = getErrorString("dist_order1",errCode,userId);
break;
}else
{
......@@ -196,7 +196,7 @@ public class DistIssWiz extends ValidatorEJB implements DistIssWizLocal, DistIss
if(!confirmed.equals("Y"))
{
errCode = "DIDONOTCO";
errString = getErrorString("dist_order",errCode,userId);
errString = getErrorString("dist_order1",errCode,userId);
break;
}else
{
......@@ -216,7 +216,7 @@ public class DistIssWiz extends ValidatorEJB implements DistIssWizLocal, DistIss
if(cnt > 0)
{
errCode = "DIDOEISHDO";
errString = getErrorString("dist_order",errCode,userId);
errString = getErrorString("dist_order1",errCode,userId);
break;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment