Commit f7af5c3a authored by vvengurlekar's avatar vvengurlekar

PorderConf.java - indent quantity was taken from porddet by mistake


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193116 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1cae4b4c
......@@ -167,7 +167,10 @@ public class PorderConf extends ActionHandlerEJB implements PorderConfLocal, Por
{
count++;
indNo = checkNull(rs.getString(4));
indQty = rs.getDouble(10);
//Commented and added by Varsha V on 16-11-18 to change indent quantity
//indQty = rs.getDouble(10);
indQty = rs.getDouble(11);
//Ended by Varsha V on 16-11-18 to change indent quantity
ordQty = rs.getDouble(7);
reason = rs.getString(8);
userIdOp = rs.getString(9);
......
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