Commit 07652a98 authored by smanohar's avatar smanohar

In acctDisRcptPost immediate return in case branch accounting not anabled,...

In acctDisRcptPost immediate return in case branch accounting not anabled, commented so that the next combination condition will check and post the accounting

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@194956 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 98efe0fa
...@@ -5214,11 +5214,12 @@ public class InvAcct ...@@ -5214,11 +5214,12 @@ public class InvAcct
rs = null; rs = null;
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
// 27-dec-2018 manoharan commented as the condition below this with combination of inveOnline and transferAcctReq is the correct one
if ("N".equals(transferAcctReq)) //if ("N".equals(transferAcctReq))
{ //{
return ""; // return "";
} //}
// end 27-dec-2018 manoharan commented as the condition below this with combination of inveOnline and transferAcctReq is the correct one
// below if condition added by pravin on 02/09/2013 FI2LSUN009 // below if condition added by pravin on 02/09/2013 FI2LSUN009
// if invOnline = 'Y' or (invOnline = 'S' and doExit <> 1) // if invOnline = 'Y' or (invOnline = 'S' and doExit <> 1)
......
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