Commit d3100950 authored by cpatil's avatar cpatil

change setdouble parameter


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@36819 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a051b9e7
......@@ -921,7 +921,7 @@ QCTransferConfLocal, QCTransferConfRemote
if(rs.next())
{
remainingQcOrderQty = rs.getDouble(1);
QcTransferQty = rs.getDouble(1);
QcTransferQty = rs.getDouble(2);
}
rs.close();
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