Commit 6a1c3280 authored by kmandhre's avatar kmandhre

change for gross weight,tare weight ,net weight in Map


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91935 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9baad1a7
......@@ -1554,9 +1554,17 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
stkUpdMap.put("mfg_date",mfgDate);
stkUpdMap.put("exp_date",expiryDate);
stkUpdMap.put("inv_stat",invStat);
//change done by Kunal on 09/10/12 start as per Manoj Sharma instructions
/*
stkUpdMap.put("gross_weight",Double.toString(grossWeight * noArt));
stkUpdMap.put("tare_weight",Double.toString(tareWeight * noArt));
stkUpdMap.put("net_weight",Double.toString(netWeight * noArt));
*/
stkUpdMap.put("gross_weight",Double.toString(grossWeight));
stkUpdMap.put("tare_weight",Double.toString(tareWeight));
stkUpdMap.put("net_weight",Double.toString(netWeight ));
//change done by Kunal on 09/10/12 end
stkUpdMap.put("retest_date",retestDate);
stkUpdMap.put("grade",grade);
stkUpdMap.put("conv__qty_stduom",Double.toString(convQtyStdUom));
......
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