Commit b48929d8 authored by ajadhav's avatar ajadhav

remove comment of effDate

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@185778 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d7b0cc9a
...@@ -715,7 +715,7 @@ public class BankRecoPrc extends ProcessEJB implements BankRecoPrcLocal, ...@@ -715,7 +715,7 @@ public class BankRecoPrc extends ProcessEJB implements BankRecoPrcLocal,
/* insert data into the 'bank_statement' table */ /* insert data into the 'bank_statement' table */
currDate = new java.sql.Date(System.currentTimeMillis()); currDate = new java.sql.Date(System.currentTimeMillis());
//effDate = genericUtility.getColumnValue("eff_date", headerDom); effDate = genericUtility.getColumnValue("eff_date", headerDom);//remove comment by Ajay on 01/06/18 error Unparseable date
// int loop = amountList.size(); // int loop = amountList.size();
if (remarks == null) { if (remarks == null) {
......
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