Commit e5f60db5 authored by manohar's avatar manohar

Changes for non-critical items and partial stock, route creation quantity


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101812 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 205fb129
......@@ -100,7 +100,7 @@ public class WorkOrderRoute
pstmtInsert.setString(9, " ");
pstmtInsert.setString(10, " ");
//pstmtInsert.setString(11, schDate);
pstmtInsert.setDouble(11, quantity);
pstmtInsert.setDouble(11, procSize);
pstmtInsert.setDouble(12, waitTime);
pstmtInsert.setDouble(13, setTime);
pstmtInsert.setDouble(14, runTime);
......
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