Commit 63e357a3 authored by mmhatre's avatar mmhatre

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216578 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 45cf2de6
......@@ -300,11 +300,11 @@ public class MiscPayAuto extends ValidatorEJB implements MiscPayAutoLocal,MiscPa
siteCode = genericUtility.getColumnValue("site_code__fr",dom);
//Changed by Prasad on 26/03/19 [passing connection to this method]
//errCode = nfCheckPeriod("FIN",tranDate,siteCode);
/* errCode = nfCheckPeriod("FIN",tranDate,siteCode,conn);
errCode = nfCheckPeriod("FIN",tranDate,siteCode,conn);
if(errCode != null && errCode.trim().length() > 0){
errString = itmDBAccess.getErrorString("site_code__fr",errCode,userId,"",conn);// changes by Nandkumar Gadkari on 20/07/18
break;
}*/
}
}
}
else if(nodeName.equalsIgnoreCase("pay_mode")){
......
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