Commit 7fd83e6c authored by kshinde's avatar kshinde

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184392 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 93d7f1ef
...@@ -753,7 +753,7 @@ public class LcVouchConf extends ActionHandlerEJB implements LcVouchConfLocal, L ...@@ -753,7 +753,7 @@ public class LcVouchConf extends ActionHandlerEJB implements LcVouchConfLocal, L
errString=Fcommon.glTraceUpdate(glTraceUpd, conn); errString=Fcommon.glTraceUpdate(glTraceUpd, conn);
if(errString!=null && errString.trim().length()>0) if(errString!=null && errString.trim().length()>0)
{ {
return errCode; return errString;
} }
} }
......
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