Commit 117adcf0 authored by jshaikh's avatar jshaikh

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@185075 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 336a5fce
...@@ -3122,7 +3122,10 @@ public class MiscVoucherIC extends ValidatorEJB implements MiscVoucherICLocal, M ...@@ -3122,7 +3122,10 @@ public class MiscVoucherIC extends ValidatorEJB implements MiscVoucherICLocal, M
cctrCodeAp = findValue(conn, "a.cctr_code__sal" , "employee a", "site b", "a.pay_site", "a.emp_code", "b.site_code", sundryCode); cctrCodeAp = findValue(conn, "a.cctr_code__sal" , "employee a", "site b", "a.pay_site", "a.emp_code", "b.site_code", sundryCode);
} }
descName = mFname + "" + mLname; descName = mFname + "" + mLname;
currCode = findValue(conn, "curr_code", "site", "finent", "site.fin_entity", "site_code", "finent.fin_entity", siteCode); //currCode = findValue(conn, "curr_code", "site", "finent", "site.fin_entity", "site_code", "finent.fin_entity", siteCode);
//Start--- Commented and changed by Jaffar S. on 17th May 18
currCode = findValue(conn, "curr_code" , "site,finent", "site.fin_entity = finent.fin_entity and site_code", siteCode);
//End
valueXmlString.append("<pay_mode>").append("<![CDATA[" + payMode + "]]>").append("</pay_mode>"); valueXmlString.append("<pay_mode>").append("<![CDATA[" + payMode + "]]>").append("</pay_mode>");
if(bankCode != null && (bankCode.trim().length() > 0 )) if(bankCode != null && (bankCode.trim().length() > 0 ))
{ {
......
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