Commit d808471d authored by kdabholkar's avatar kdabholkar

Changes in postSalesReturn method comment unwanted code from method

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@172910 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cf931c66
...@@ -4196,7 +4196,11 @@ public class InvAcct ...@@ -4196,7 +4196,11 @@ public class InvAcct
despID = rsSql.getString("desp_id"); despID = rsSql.getString("desp_id");
despIDLineNo = rsSql.getString("desp_line_no"); despIDLineNo = rsSql.getString("desp_line_no");
} }
else /* changed by kaustubh on 3 Nov 2017 in following Code there is issue of invalid colunm index
* because there is two input parameters and setting three values
* And selecting loc_code but while getting its get desp_id,desp_line_no
* and this values are not use anywhere in code,so comment following changes */
/*else
{ {
if (rsSql != null) if (rsSql != null)
{ {
...@@ -4225,7 +4229,7 @@ public class InvAcct ...@@ -4225,7 +4229,7 @@ public class InvAcct
{ {
pstmtSql.close();pstmtSql = null; pstmtSql.close();pstmtSql = null;
} }
} }*/
if (rsSql != null) if (rsSql != null)
{ {
rsSql.close();rsSql = null; rsSql.close();rsSql = null;
......
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