Commit a8e2edb1 authored by pchavan's avatar pchavan

Remove comment for glTraceUpdatebudget method calling.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206882 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9e7407c7
...@@ -11596,7 +11596,13 @@ public class FinCommon ...@@ -11596,7 +11596,13 @@ public class FinCommon
errString = glTraceUpdatebudget(tranId,refId,refSer,conn); errString = glTraceUpdatebudget(tranId,refId,refSer,conn);
}*/ }*/
//changed by PriyankaC on 5Sep2019 [Start]
if(errString != null && errString.trim().length() == 0 && isPreview == false )
{
System.out.println("Calling glTraceUpdatebudget....");
errString = glTraceUpdatebudget(tranId,refId,refSer,conn);
}
//changed by PriyankaC on 5Sep2019 [END]
}catch(Exception e){ }catch(Exception e){
System.out.println("Exception in GlTraceUpdate "+e); System.out.println("Exception in GlTraceUpdate "+e);
......
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