Commit 31061b4e 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@207440 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0641f92a
...@@ -492,7 +492,7 @@ public class ReceiptAdvPostSave extends ValidatorEJB implements ReceiptAdvPostSa ...@@ -492,7 +492,7 @@ public class ReceiptAdvPostSave extends ValidatorEJB implements ReceiptAdvPostSa
throw new ITMException(e); throw new ITMException(e);
} }
} }
System.out.println("Out DcdetPostSaveEJB ... "); System.out.println("Out DcdetPostSaveEJB ... -");
return errorString; return errorString;
} }
private java.math.BigDecimal round(int scale ,double round) private java.math.BigDecimal round(int scale ,double round)
......
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