Commit 26bd8f0b authored by prane's avatar prane

fixed dateformat bug while calling getDailyExchRateSellBuy()

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@188695 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9c8fafcc
......@@ -5573,8 +5573,8 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
genericUtility.getApplDateFormat(), genericUtility.getDBDateFormat())
+ " 00:00:00.0");
lsPriceList = getPriceListOrderType(orderDate, dom, dom1, dom2, conn);
mNum = finCommon.getDailyExchRateSellBuy(mCurr, "", lsSiteCode, orderDate.toString(), "S", conn);
String chgDtStr=genericUtility.getValidDateString(orderDate, genericUtility.getDBDateFormat());
mNum = finCommon.getDailyExchRateSellBuy(mCurr, "", lsSiteCode, chgDtStr, "S", conn);
valueXmlString.append("<exch_rate>").append("<![CDATA[" + mNum + "]]>").append("</exch_rate>");
exchangeRateProtect(mCurr, lsSiteCode, "exch_rate", 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