Commit d985e741 authored by cpatil's avatar cpatil

remove error in sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93622 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 06b74931
...@@ -236,7 +236,7 @@ POrderAmdConfLocal, POrderAmdConfRemote ...@@ -236,7 +236,7 @@ POrderAmdConfLocal, POrderAmdConfRemote
rs = pstmt.executeQuery(); rs = pstmt.executeQuery();
if (rs.next()) { if (rs.next()) {
poHdrTot = rs.getDouble(1); poHdrTot = rs.getDouble(1);
vouchAdv = rs.getDouble(1); vouchAdv = rs.getDouble(2);
} }
rs.close(); rs.close();
rs = null; rs = 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