Commit 2efbaa32 authored by prane's avatar prane

error fixed

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@197661 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6e657061
......@@ -639,7 +639,7 @@ public class PriceListPos extends ValidatorEJB implements PriceListPosLocal, Pri
private String AuroExpPricelist(HashMap PList,ArrayList PricelistGen, Connection conn, String xtraParams) throws RemoteException, ITMException
{
PreparedStatement pstmtSql ,pstmtInsert= null;
PreparedStatement pstmtSql = null,pstmtInsert= null;
ResultSet rs = null;
String dbName = "";
String sql = "";
......@@ -1884,7 +1884,7 @@ public class PriceListPos extends ValidatorEJB implements PriceListPosLocal, Pri
pstmtInsert.close();
pstmtInsert = null;
}
}catch(Excewption e)
}catch(Exception e)
{
}
}
......
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