Commit 2201bcfe authored by pshinde's avatar pshinde

Change in State Master


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96570 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9de9dda1
......@@ -127,6 +127,8 @@ public class StateIC extends ValidatorEJB implements StateICLocal, StateICRemote
pstmt.close();
pstmt = null;
if(keyFlag.equalsIgnoreCase("M"))
{
stateCode = genericUtility.getColumnValue("state_code", dom);
if(stateCode==null ||stateCode.trim().length()==0)
{
......@@ -265,6 +267,7 @@ public class StateIC extends ValidatorEJB implements StateICLocal, StateICRemote
pstmt = null;
}
}
}
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