Commit 51768876 authored by wansari's avatar wansari

Updated source in getSKU Details method


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103924 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 65d19844
...@@ -1002,6 +1002,7 @@ public class DDPorderWizEJB extends ValidatorEJB implements DDPorderWizEJBRemote ...@@ -1002,6 +1002,7 @@ public class DDPorderWizEJB extends ValidatorEJB implements DDPorderWizEJBRemote
} }
catch(Exception e) catch(Exception e)
{ {
System.out.println("Inside Catch Item change");
e.printStackTrace(); e.printStackTrace();
} }
finally finally
...@@ -1010,8 +1011,6 @@ public class DDPorderWizEJB extends ValidatorEJB implements DDPorderWizEJBRemote ...@@ -1010,8 +1011,6 @@ public class DDPorderWizEJB extends ValidatorEJB implements DDPorderWizEJBRemote
{ {
//Commented by Santosh on 14-06-2016 //Commented by Santosh on 14-06-2016
//connDriver = null; //connDriver = null;
if(pstmt != null) if(pstmt != null)
{ {
pstmt.close(); pstmt.close();
...@@ -2503,6 +2502,7 @@ public class DDPorderWizEJB extends ValidatorEJB implements DDPorderWizEJBRemote ...@@ -2503,6 +2502,7 @@ public class DDPorderWizEJB extends ValidatorEJB implements DDPorderWizEJBRemote
if(itmDLVDate.length>1) if(itmDLVDate.length>1)
{ {
DLVDate = itmDLVDate[1];
valueXmlString.append("<DLVDate><![CDATA[").append(checkNullAndTrim(DLVDate)).append("]]></DLVDate>\r\n"); valueXmlString.append("<DLVDate><![CDATA[").append(checkNullAndTrim(DLVDate)).append("]]></DLVDate>\r\n");
} }
......
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