Commit 91763eb2 authored by ajadhav's avatar ajadhav

Comment VTPROCUS error and add new error code suitable to logic

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@185477 ce508802-f39f-4f6c-b175-0d175dae99d5
parent be4f3321
...@@ -796,7 +796,8 @@ public class BankRecoPrc extends ProcessEJB implements BankRecoPrcLocal, ...@@ -796,7 +796,8 @@ public class BankRecoPrc extends ProcessEJB implements BankRecoPrcLocal,
pstmt1.close(); pstmt1.close();
pstmt1 = null; pstmt1 = null;
} else { } else {
errCode = "VTPROCUS"; //errCode = "VTPROCUS"; Commented by Ajay on 24/05/18
errCode = "VTBINSF";//Add by Ajay on 24/05/18
} }
}catch (SQLException d) }catch (SQLException d)
{ {
......
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