Commit da8455b9 authored by ssalve's avatar ssalve

Sarita : Done changes on process for connection on 12APRIL2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@183488 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 13bf0040
...@@ -1710,8 +1710,10 @@ public class PayVoucherComPrc extends ProcessEJB implements PayVoucherComPrcLoca ...@@ -1710,8 +1710,10 @@ public class PayVoucherComPrc extends ProcessEJB implements PayVoucherComPrcLoca
if(conn==null) if(conn==null)
{ {
//Changes and Commented By Bhushan on 06-06-2016 :START //Changes and Commented By Bhushan on 06-06-2016 :START
conn = connDriver.getConnectDB("DriverITM"); //commented by sarita on 12APRIL2018 [start]
// conn = getConnection(); //conn = connDriver.getConnectDB("DriverITM");
conn = getConnection();
//commented by sarita on 12APRIL2018 [end]
//Changes and Commented By Bhushan on 06-06-2016 :END //Changes and Commented By Bhushan on 06-06-2016 :END
conn.setAutoCommit(false); conn.setAutoCommit(false);
} }
......
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