Commit 5f1810ea authored by dpawar's avatar dpawar

close result set object


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97154 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9e475555
......@@ -586,6 +586,10 @@ public class ConsolidatToDoc {
{
listType = rsPriceList.getString("LIST_TYPE");
}
rsPriceList.close();
rsPriceList = null;
pstmtPriceList.close();
pstmtPriceList = null;
listType = listType == null ? "" : listType.trim();
if ( priceList.trim().length() > 0 && !("L".equals(listType)) )
{
......
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