Commit 01d531e3 authored by pgole's avatar pgole

Updated ejb for add rate in stockupdate map


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104232 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 27178f60
...@@ -620,10 +620,14 @@ public class WorkorderIssConf extends ActionHandlerEJB implements WorkorderIssCo ...@@ -620,10 +620,14 @@ public class WorkorderIssConf extends ActionHandlerEJB implements WorkorderIssCo
noOfArticles = (new Double(noOfArticles)).intValue(); noOfArticles = (new Double(noOfArticles)).intValue();
// end 19/05/10 manoharan // end 19/05/10 manoharan
System.out.println("rate on 27-12-16::::"+Double.toString(stkRate));
System.out.println("itemCode on 27-12-16::::"+itemCode);
System.out.println("grossRate on 27-12-16::::"+Double.toString(grossRate));
stkUpdMap.put("grade",stkGrade); stkUpdMap.put("grade",stkGrade);
stkUpdMap.put("gross_rate",Double.toString(grossRate)); stkUpdMap.put("gross_rate",Double.toString(grossRate));
stkUpdMap.put("rate",Double.toString(stkRate));//Added by Poonam for rate
stkUpdMap.put("supp_code__mfg",suppCodeMfg); stkUpdMap.put("supp_code__mfg",suppCodeMfg);
stkUpdMap.put("acct_code_inv",acct_code__inv); stkUpdMap.put("acct_code_inv",acct_code__inv);
stkUpdMap.put("cctr_code_inv",cctr_code__inv); stkUpdMap.put("cctr_code_inv",cctr_code__inv);
......
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