Commit 17a614db authored by rtiwari's avatar rtiwari

updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94278 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 467b9257
......@@ -273,7 +273,7 @@ public class AcctBalTransPrc extends ProcessEJB implements AcctBalTransPrcLocal,
errString = itmDBAccessEJB.getErrorString("","VTPRCERR ","","",conn);
}
}
catch( Exception e)
catch(Exception e)
{
try
{
......@@ -616,7 +616,11 @@ public class AcctBalTransPrc extends ProcessEJB implements AcctBalTransPrcLocal,
xmlBuff.append("</Detail2>");
totAmt = totAmt + amount;
}
if(totAmt == 0)
{
retString = "zeronetbal";
return retString ;
}
//for(int i = 0; i< count;i++)
//{
if(flag)
......
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