Commit e61fccb6 authored by mjadhav's avatar mjadhav

error shown in front end(gen_receipt_wiz)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98535 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a6e70591
......@@ -2807,6 +2807,7 @@ if(! isPreview)//if isPreview is false
//ls_errcode = gbf_gltrace_upd(lstr_gltrace)
System.out.println("1938 glTraceUpdate Called..............");
errString = finCommon.glTraceUpdate(glTraceMap,conn,isPreview);
//errString=finCommon.gl
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