Commit 21a631ab authored by smanohar's avatar smanohar

In case there is no transaction in the range just returned with message

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214227 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f1a1c6d3
......@@ -250,9 +250,9 @@ public class UnpostFin extends ProcessEJB
pstmt = null;
if (tranList.size() == 0)
{
errCode = "VTNOREC ";
errCode = "VTNOREC";
errString = getMsg("No transaction in the range selected for unposting",errCode, conn);
return errString;
}
for(int tranCtr = 0; tranCtr<tranList.size(); tranCtr++)
......
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