Commit 996b22b2 authored by msharma's avatar msharma

SOP added


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101093 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 69e6bf28
......@@ -2941,7 +2941,9 @@ public class InvAcct
glTraceMap.put("ref_ser",tranSer);
glTraceMap.put("ref_id", tranId);
glTraceMap.put("remarks", remarks);
errString = finCommon.glTraceUpdate(glTraceMap,conn);
errString = finCommon.glTraceUpdate(glTraceMap,conn);
System.out.println("errString in InvAcct["+errString+"]");
if(errString != null && errString.trim().length() > 0)
{
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