Commit 37e6c197 authored by manohar's avatar manohar

Bug fixing


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93675 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 63145c61
...@@ -2855,7 +2855,7 @@ public class ReceiptAdvConf extends ActionHandlerEJB implements ReceiptAdvConfLo ...@@ -2855,7 +2855,7 @@ public class ReceiptAdvConf extends ActionHandlerEJB implements ReceiptAdvConfLo
//DetMap = new HashMap(); //DetMap = new HashMap();
DetMap = (HashMap) DetList.get(ctr); DetMap = (HashMap) DetList.get(ctr);
System.out.println(" DetMap ctr [" + ctr + "] ["+DetMap + "]); System.out.println(" DetMap ctr [" + ctr + "] ["+DetMap + "]");
/* sundryType = (String)detListMap.get("sundry_type"); /* sundryType = (String)detListMap.get("sundry_type");
sundryCode = (String)detListMap.get("sundry_code"); sundryCode = (String)detListMap.get("sundry_code");
......
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