Commit 05db2dd5 authored by psawant's avatar psawant

For the Expense Voucher Screen vouch_type set to E as suggested by KB Sir

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@194050 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6c9578a8
...@@ -2587,6 +2587,8 @@ public class MiscVoucherIC extends ValidatorEJB implements MiscVoucherICLocal, M ...@@ -2587,6 +2587,8 @@ public class MiscVoucherIC extends ValidatorEJB implements MiscVoucherICLocal, M
}while(ctr < childNodeListLength && ! childNodeName.equals(currentColumn)); }while(ctr < childNodeListLength && ! childNodeName.equals(currentColumn));
if(currentColumn.trim().equalsIgnoreCase("itm_default")) if(currentColumn.trim().equalsIgnoreCase("itm_default"))
{ {
//Added by Pooja S on [5-DEC-2018](As Suggested by KB Sir Expense Voucher Screen set default Value E)
vouchType="E";
siteCode =(genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode")); siteCode =(genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode"));
valueXmlString.append("<site_code>").append("<![CDATA[" + siteCode + "]]>").append("</site_code>"); valueXmlString.append("<site_code>").append("<![CDATA[" + siteCode + "]]>").append("</site_code>");
descName = findValue(conn, "descr" ,"site", "site_code", siteCode); descName = findValue(conn, "descr" ,"site", "site_code", siteCode);
......
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