Commit e5979a52 authored by prane's avatar prane

added deallocation of sordalloc and same will updates in sorditem and...

added deallocation of sordalloc and same will updates in sorditem and round_adj related changes in invoice

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@199460 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4dae5902
......@@ -146,7 +146,7 @@ public class PostOrdInvoicePost extends ActionHandlerEJB implements PostOrdInvoi
}
rs2.close();//added by Pavan R 10oct18[to handle open cursor issue]
rs2 = null; pstmt2.close(); pstmt2 = null;
(roundAdj == 0)
if(roundAdj == 0)
{
sql="select round, case when round_to is null then 0.001 else round_to end as round_to " +
" 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