Commit b471503b authored by msalla's avatar msalla

bank receipt - Posting GL of taxtran to be inserted in rcpacct so that receipt...

bank receipt - Posting GL of taxtran to be inserted in rcpacct so that receipt dishonour will match else will give coin difference

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@201365 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6b165a78
......@@ -2236,9 +2236,11 @@ public class ReceiptAdvConf extends ActionHandlerEJB implements ReceiptAdvConfLo
{
try
{
rs.close();
rs = null;
pstmt.close();
pstmt = null;
}
catch(Exception ex)
{
......
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