Commit 6ecc89d5 authored by akhokar's avatar akhokar

Changes done for sun migration.

AdmCommon.java
PayrollPostAcc.java
PayrollPostAccPrc.java
payroll_post_acc11.xml
d_loan_edit.srd
init.xml
payroll_post_acc.sql
d_loan_ad_adj_edit.srd
d_payroll_post_gen_parm.srd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@203828 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fee56bd1
......@@ -2617,8 +2617,10 @@ public class AdmCommon
lsErrCode = logWriter.getReturnUpdError();
System.out.println("lsErrCode coming from gfLogWriter Method:::: " + lsErrCode);
if(lsErrCode != null && lsErrCode.trim().length() > 0)
{
logWriter.setReturnUpdError("VBFILEOPEN");
{ //Modified by Azhar K. on[17-JULY-2019][should populate the error return from method][Start]
//logWriter.setReturnUpdError("VBFILEOPEN");
logWriter.setReturnUpdError(lsErrCode);
//Modified by Azhar K. on[17-JULY-2019][should populate the error return from method][End]
logWriter.setlogWriterFlag(-1);
}
else
......
This diff is collapsed.
<?xml version='1.0' encoding='UTF-8'?><DocumentRoot>
<description>Datawindow Root</description>
<group0>
<description>Group0 description</description>
<Header0>
<description>Header0 members</description>
<System>
<Log_Location_Type><![CDATA[D]]></Log_Location_Type>
<Log_Server_Address><![CDATA[S]]></Log_Server_Address>
<Logfile_path><![CDATA[]]></Logfile_path>
<Logfile_overwrite><![CDATA[N]]></Logfile_overwrite>
</System>
</Header0>
</group0>
</DocumentRoot>
This diff is collapsed.
This diff is collapsed.
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