Commit 0641f92a authored by msalla's avatar msalla

In Bank receipt if user adds the charges in 4th screen and keep the flag...

In Bank receipt if user adds the charges in 4th screen and keep the flag effect to Y then accounting effect is not posting properly

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@207439 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b95c3627
...@@ -46,7 +46,7 @@ public class ReceiptAdvConf extends ActionHandlerEJB implements ReceiptAdvConfLo ...@@ -46,7 +46,7 @@ public class ReceiptAdvConf extends ActionHandlerEJB implements ReceiptAdvConfLo
try try
{ {
retString = confirm( tranID, xtraParams, forcedFlag, conn ,isPreview); retString = confirm( tranID, xtraParams, forcedFlag, conn ,isPreview);
System.out.println("retString--123 ["+retString+"]"); System.out.println("retString--123-- ["+retString+"]");
//Modified by Anjali R. on [05/10/2018][In case of success prompt,system should not throw exception][Start] //Modified by Anjali R. on [05/10/2018][In case of success prompt,system should not throw exception][Start]
//if ( retString != null && retString.length() > 0 ) //if ( retString != null && retString.length() > 0 )
//Commented by sarita on 23 NOV 2018 [START] //Commented by sarita on 23 NOV 2018 [START]
......
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