Commit 1e97a680 authored by apal's avatar apal

Bug fix

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@171545 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 94835759
...@@ -279,7 +279,7 @@ public class SorderConf extends ActionHandlerEJB implements SorderConfLocal, Sor ...@@ -279,7 +279,7 @@ public class SorderConf extends ActionHandlerEJB implements SorderConfLocal, Sor
String sql = "",errorCode = ""; String sql = "",errorCode = "";
PreparedStatement pstmt = null,pstmt1=null; PreparedStatement pstmt = null,pstmt1=null;
String errString =""; String errString ="";
ResultSet rs = null; ResultSet rs = null,rs1=null;
int cnt=0,updCnt=0; int cnt=0,updCnt=0;
String sordLineNo=""; String sordLineNo="";
String custCode="",siteCode="",channelPartner="",disLink="",ediOption=""; String custCode="",siteCode="",channelPartner="",disLink="",ediOption="";
......
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