Commit 5be0ef7b authored by vkadam's avatar vkadam

Change in stock transfer alocQty to actualPropQty.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98003 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 89645dc3
...@@ -1453,7 +1453,8 @@ public class WoTransferPrc extends ProcessEJB implements WoTransferPrcLocal,WoTr ...@@ -1453,7 +1453,8 @@ public class WoTransferPrc extends ProcessEJB implements WoTransferPrcLocal,WoTr
hashMap.put("lot_no",lotno); hashMap.put("lot_no",lotno);
hashMap.put("lot_sl",lotsl); hashMap.put("lot_sl",lotsl);
//hashMap.put("alloc_qty", aldAllocQty); //hashMap.put("alloc_qty", aldAllocQty);
hashMap.put("alloc_qty", -1*Double.parseDouble(allocQty)); // hashMap.put("alloc_qty", -1*Double.parseDouble(allocQty));
hashMap.put("alloc_qty", -1*actualPropQty); //VALLABH KADAM change [allocQty] to [actualPropQty] 22/MAY/2015.
hashMap.put("chg_win","W_STOCK_TRANSFER_MULTI"); hashMap.put("chg_win","W_STOCK_TRANSFER_MULTI");
hashMap.put("chg_user", GenericUtility.getInstance().getValueFromXTRA_PARAMS(xtraParams, "loginCode")); hashMap.put("chg_user", GenericUtility.getInstance().getValueFromXTRA_PARAMS(xtraParams, "loginCode"));
hashMap.put("chg_term", GenericUtility.getInstance().getValueFromXTRA_PARAMS(xtraParams, "termId")); hashMap.put("chg_term", GenericUtility.getInstance().getValueFromXTRA_PARAMS(xtraParams, "termId"));
......
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