Commit bf53e9f5 authored by cpatil's avatar cpatil

change setdouble parameter


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98588 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d62a7d5d
......@@ -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