Commit a8b92c58 authored by cpatil's avatar cpatil

remove error of rs


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94399 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ab900b42
......@@ -1514,7 +1514,7 @@ public class WOrderIssueAct extends ActionHandlerEJB implements WOrderIssueActL
if(rs2.next())
{
qtyPerArt = rs2.getDouble(1);
availQty = rs.getDouble(2);
availQty = rs2.getDouble(2);
}
rs2.close();
pstmt2.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