Commit f3a11900 authored by manohar's avatar manohar

one of the receipt weights are not properly set corrected


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91948 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4dc5f4db
...@@ -77,7 +77,7 @@ public class DockTranPos extends ValidatorEJB implements DockTranPosLocal, DockT ...@@ -77,7 +77,7 @@ public class DockTranPos extends ValidatorEJB implements DockTranPosLocal, DockT
HashMap updateRowMap = null; HashMap updateRowMap = null;
PickIssConf pickConf = new PickIssConf(); PickIssConf pickConf = new PickIssConf();
// 10/10/12 manoharan // 10/10/12 manoharan
HashMap itmVolumeMap = null; HashMap itmVolumeMap = new HashMap();
double shipperSize = 0, itemGrossWeight = 0, caseGrossWeight = 0, itemNetWeight = 0, caseNetWeight = 0; double shipperSize = 0, itemGrossWeight = 0, caseGrossWeight = 0, itemNetWeight = 0, caseNetWeight = 0;
// end 10/10/12 manoharan // end 10/10/12 manoharan
try try
......
...@@ -137,7 +137,8 @@ public class PickIssConf extends ActionHandlerEJB implements PickIssConfLocal, P ...@@ -137,7 +137,8 @@ public class PickIssConf extends ActionHandlerEJB implements PickIssConfLocal, P
boolean isUpdatehdr= false; boolean isUpdatehdr= false;
// 10/10/12 manoharan // 10/10/12 manoharan
HashMap itmVolumeMap = null; HashMap itmVolumeMap = new HashMap();
double shipperSize = 0, itemGrossWeight = 0, caseGrossWeight = 0, itemNetWeight = 0, caseNetWeight = 0; double shipperSize = 0, itemGrossWeight = 0, caseGrossWeight = 0, itemNetWeight = 0, caseNetWeight = 0;
// end 10/10/12 manoharan // end 10/10/12 manoharan
......
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