Commit 2485309e authored by nkhan's avatar nkhan

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104307 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 632f385d
...@@ -2258,7 +2258,9 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal ...@@ -2258,7 +2258,9 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
+ " and state_code is null and count_code = ?"; + " and state_code is null and count_code = ?";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setString(1, itemCode); pstmt.setString(1, itemCode);
pstmt.setString(1, countCodeDlv); //pstmt.setString(1, countCodeDlv); changed by Nasruddin khan 05-01-17
pstmt.setString(2, countCodeDlv);
rs = pstmt.executeQuery(); rs = pstmt.executeQuery();
if (rs.next()) if (rs.next())
{ {
......
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