Commit 0bc75dbc authored by dpawar's avatar dpawar

changes in locCode (stcok map)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97230 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 127b0a3e
...@@ -300,10 +300,13 @@ public class DockTranConf extends ValidatorEJB implements DockTranConfLocal,Dock ...@@ -300,10 +300,13 @@ public class DockTranConf extends ValidatorEJB implements DockTranConfLocal,Dock
itemNetWeight = (Double) itmVolumeMap.get("ITEM_NET_WEIGHT"); itemNetWeight = (Double) itmVolumeMap.get("ITEM_NET_WEIGHT");
caseNetWeight = (Double) itmVolumeMap.get("CASE_NET_WEIGHT"); caseNetWeight = (Double) itmVolumeMap.get("CASE_NET_WEIGHT");
// end 10/10/12 manoharan // end 10/10/12 manoharan
System.out.println("locCode@@@------->>"+locCode);
updateRowMap.put("item_code", itemCode); updateRowMap.put("item_code", itemCode);
updateRowMap.put("site_code", siteCode); updateRowMap.put("site_code", siteCode);
updateRowMap.put("loc_code", stagingLoc); //changes by Dadaso pawar on 05/02/15 [start]
//updateRowMap.put("loc_code", stagingLoc);
updateRowMap.put("loc_code", locCode);
//changes by Dadaso pawar on 05/02/15 [End]
updateRowMap.put("lot_no", lotNo); updateRowMap.put("lot_no", lotNo);
updateRowMap.put("lot_sl", lotSl); updateRowMap.put("lot_sl", lotSl);
updateRowMap.put("quantity", ""+quantity); updateRowMap.put("quantity", ""+quantity);
......
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