Commit 1f6eb7a5 authored by msingh's avatar msingh

Changes in SalesReturnConf.java for DDUK


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99972 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cc4bae00
...@@ -2559,7 +2559,7 @@ public class SalesReturnConf extends ActionHandlerEJB implements SalesReturnConf ...@@ -2559,7 +2559,7 @@ public class SalesReturnConf extends ActionHandlerEJB implements SalesReturnConf
rs = pstmt.executeQuery(); rs = pstmt.executeQuery();
if(rs.next()) if(rs.next())
{ {
siteCodeforSorder = rs.getString(1); siteCodeforSorder = checkNull(rs.getString(1));
} }
rs.close(); rs.close();
pstmt.close(); pstmt.close();
......
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