Commit 884ef871 authored by ppatro's avatar ppatro

update dealloc art


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93217 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bd07e838
...@@ -694,6 +694,7 @@ public class DeallocArtConf extends ActionHandlerEJB implements DeallocArtConfLo ...@@ -694,6 +694,7 @@ public class DeallocArtConf extends ActionHandlerEJB implements DeallocArtConfLo
} }
return input; return input;
} }
//changed by sankara on 13-06-2013 //changed by sankara on 13-06-2013
//private String sorderDeAllocate(String saleOrder, String lineNo, String itemCode, double DeallocQty, String expLev,String custCode,String lotSl,String lotNo,String locCode, String xtraParams, String waveId, String pickOrder, Connection conn ) throws ITMException //private String sorderDeAllocate(String saleOrder, String lineNo, String itemCode, double DeallocQty, String expLev,String custCode,String lotSl,String lotNo,String locCode, String xtraParams, String waveId, String pickOrder, Connection conn ) throws ITMException
private String sorderDeAllocate(String saleOrder, String lineNo, String itemCode, double DeallocQty, String expLev,String custCode,String lotSl,String lotNo,String locCode, String xtraParams, String waveId, String pickOrder,String unit,String mbaseUnit,double convQtyStduom, Connection conn ) throws ITMException private String sorderDeAllocate(String saleOrder, String lineNo, String itemCode, double DeallocQty, String expLev,String custCode,String lotSl,String lotNo,String locCode, String xtraParams, String waveId, String pickOrder,String unit,String mbaseUnit,double convQtyStduom, Connection conn ) throws ITMException
...@@ -965,7 +966,7 @@ public class DeallocArtConf extends ActionHandlerEJB implements DeallocArtConfLo ...@@ -965,7 +966,7 @@ public class DeallocArtConf extends ActionHandlerEJB implements DeallocArtConfLo
pstmt1.setDouble(3, DeallocQty);*/ pstmt1.setDouble(3, DeallocQty);*/
pstmt1.setDouble(1, convertQty); pstmt1.setDouble(1, convertQty);
pstmt1.setDouble(2, qtyStduom); pstmt1.setDouble(2, qtyStduom);
pstmt1.setDouble(3, qtyStduom); pstmt1.setDouble(3, convertQty);
pstmt1.setString(4, saleOrder); pstmt1.setString(4, saleOrder);
pstmt1.setString(5, lineNo); pstmt1.setString(5, lineNo);
pstmt1.setString(6, expLev); pstmt1.setString(6, expLev);
......
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