Commit 87341bc0 authored by ngadkari's avatar ngadkari

changes in plist added tran id in map

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@203397 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d64082ca
...@@ -1653,7 +1653,7 @@ public class PriceListConf extends ActionHandlerEJB implements PriceListConfLoca ...@@ -1653,7 +1653,7 @@ public class PriceListConf extends ActionHandlerEJB implements PriceListConfLoca
PList.put("REF_NO", refNO = rs.getString("ref_no")); PList.put("REF_NO", refNO = rs.getString("ref_no"));
PList.put("REF_NO_OLD", refNoold = rs.getString("ref_no_old")); PList.put("REF_NO_OLD", refNoold = rs.getString("ref_no_old"));
PList.put("CALC_BASIS", calc = rs.getString("calc_basis")); PList.put("CALC_BASIS", calc = rs.getString("calc_basis"));
PList.put("TRAN_ID",tranId);// added by nandkumar gadkari on 13/07/19
HashMap<String, String> calcRate = null; HashMap<String, String> calcRate = null;
System.out.println("before calcRate::plisttar["+plisttar+"]calcmeth["+calcmeth+"]PList[ "+PList); System.out.println("before calcRate::plisttar["+plisttar+"]calcmeth["+calcmeth+"]PList[ "+PList);
calcRate = distCommon.calcRate(plisttar, PList, calcmeth, retString, conn); calcRate = distCommon.calcRate(plisttar, PList, calcmeth, retString, conn);
......
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