Commit 8e2c8037 authored by prane's avatar prane

cusrsor and statement closed and nulled for multitenancy

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@195731 ce508802-f39f-4f6c-b175-0d175dae99d5
parent de6bb5d6
...@@ -1274,7 +1274,8 @@ public class PostOrdInvoiceGen extends ActionHandlerEJB ...@@ -1274,7 +1274,8 @@ public class PostOrdInvoiceGen extends ActionHandlerEJB
rs=null; rs=null;
pstmt.close(); pstmt.close();
pstmt=null; pstmt=null;
pstmt1.close(); //[pstmt1 close and nulled buy Pavan R ]
pstmt1 = null;
// Added PriyankaC for update invoice // Added PriyankaC for update invoice
sql="select round, case when round_to is null then 0.001 else round_to end as round_to " + sql="select round, case when round_to is null then 0.001 else round_to end as round_to " +
" from customer where cust_code = ?"; " from customer where cust_code = ?";
......
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