Commit 2b678edd authored by dsawant's avatar dsawant

updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96085 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 265a7283
...@@ -53,6 +53,17 @@ public class DissIssuePosSave extends ValidatorEJB implements DissIssuePosSave ...@@ -53,6 +53,17 @@ public class DissIssuePosSave extends ValidatorEJB implements DissIssuePosSave
double grossWeight = 0 ,tareWeight = 0 , netWeight = 0; double grossWeight = 0 ,tareWeight = 0 , netWeight = 0;
try try
{ {
conn = null;
ConnDriver connDriver = new ConnDriver();
conn = connDriver.getConnectDB("DriverITM");
connDriver= null;
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