Commit 0070c7b3 authored by ajadhav's avatar ajadhav

changes in nfCheckPeriod from fincommon

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177290 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 06745ff0
...@@ -344,7 +344,8 @@ public class DispatchIC extends ValidatorEJB implements DispatchICLocal,Dispatch ...@@ -344,7 +344,8 @@ public class DispatchIC extends ValidatorEJB implements DispatchICLocal,Dispatch
if (lrDateStr != null && lrDateStr.length() > 0) if (lrDateStr != null && lrDateStr.length() > 0)
{ {
lrDate = Timestamp.valueOf(genericUtility.getValidDateString(lrDateStr,genericUtility.getApplDateFormat(),genericUtility.getDBDateFormat())+" 00:00:00.0"); lrDate = Timestamp.valueOf(genericUtility.getValidDateString(lrDateStr,genericUtility.getApplDateFormat(),genericUtility.getDBDateFormat())+" 00:00:00.0");
errCode = this.nfCheckPeriod("SAL", lrDate,siteCode); //errCode = this.nfCheckPeriod("SAL", lrDate,siteCode);
errCode = finCommon.nfCheckPeriod("SAL", lrDate,siteCode,conn);
System.out.println("@@@@ lrDate["+lrDate+"]errCode["+errCode+"]"); System.out.println("@@@@ lrDate["+lrDate+"]errCode["+errCode+"]");
if (errCode != null && errCode.trim().length() > 0) if (errCode != null && errCode.trim().length() > 0)
{ {
......
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