Commit 24f89c33 authored by mmhatre's avatar mmhatre

In expense voucher while we select sundry type in 'Loan Party' then select...

In expense voucher while we select sundry type in 'Loan Party' then select sundry code which is with Currency code already define in master, but it's nor reflecting in Currency, every time we need to select manually

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@201918 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 592dfd6e
...@@ -3667,6 +3667,8 @@ public class MiscVoucherIC extends ValidatorEJB implements MiscVoucherICLocal, M ...@@ -3667,6 +3667,8 @@ public class MiscVoucherIC extends ValidatorEJB implements MiscVoucherICLocal, M
stanCode = findValue(conn, "stan_code" , "loanparty", "party_code", sundryCode); stanCode = findValue(conn, "stan_code" , "loanparty", "party_code", sundryCode);
//Added by Abhijit //Added by Abhijit
lsSiteCodePay=findValue(conn, "site_code__pay" , "SITE_LOANPARTY", "site_code","PARTY_CODE", siteCode,sundryCode); lsSiteCodePay=findValue(conn, "site_code__pay" , "SITE_LOANPARTY", "site_code","PARTY_CODE", siteCode,sundryCode);
currCode = findValue(conn, "curr_code" , "loanparty", "party_code", sundryCode); //added by manish mhatre on 12/6/2019
if(lsSiteCodePay== null || lsSiteCodePay.trim().length() == 0) if(lsSiteCodePay== null || lsSiteCodePay.trim().length() == 0)
{ {
//Commented and added by Varsha V on 11-02-19 for taking site_code__pay //Commented and added by Varsha V on 11-02-19 for taking site_code__pay
......
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