Commit bef18719 authored by msalla's avatar msalla

QC_Test case Issue_Direct payment

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214429 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 56c1edde
......@@ -1442,6 +1442,7 @@ public class PaymentExpenseEJB extends ValidatorEJB implements PaymentExpenseLoc
pstmt.close();
pstmt = null;
}
System.out.println("cctr code in bank ["+cctrCode+"site_code ["+siteCode);
acctName = findValue("descr", "accounts", "acct_code", acctCode, conn);
currencyName = findValue("descr", "currency", "curr_code", currCode, conn);
......@@ -1572,7 +1573,8 @@ public class PaymentExpenseEJB extends ValidatorEJB implements PaymentExpenseLoc
{
sundryCode = checkNull(genericUtility.getColumnValue("sundry_code", dom));
sundryType = checkNull(genericUtility.getColumnValue("sundry_type", dom));
//added by monika to set site_code on 2 jan 2020
siteCode = checkNull(genericUtility.getColumnValue("site_code", dom));
if(sundryType.equalsIgnoreCase("C"))
{
customerName = ""; currCode = "";
......@@ -2502,6 +2504,8 @@ public class PaymentExpenseEJB extends ValidatorEJB implements PaymentExpenseLoc
pstmt.close();
pstmt = null;
}
System.out.println("cctr code 2"+cctrCode+" ]");
acctName = findValue("descr", "accounts", "acct_code", acctCode, conn);
currencyName = findValue("descr", "currency", "curr_code", currCode, conn);
valueXmlString.append("<bank_code><![CDATA[").append(bankCode).append("]]></bank_code>\r\n");
......
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