Commit 00d44c78 authored by manohar's avatar manohar

for ibca site_code__pay to be taken from misc_voucher itself instead of master


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103666 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bd1da34a
...@@ -1202,7 +1202,7 @@ conn = getConnection(); ...@@ -1202,7 +1202,7 @@ conn = getConnection();
} }
System.out.println("sitePayment"+sitePayment+" !=siteCode"+siteCode); System.out.println("sitePayment"+sitePayment+" !=siteCode"+siteCode);
if((!sitePayment.trim().equals(siteCode.trim()) && (("I").equalsIgnoreCase(runMode))) if((!sitePayment.trim().equals(siteCode.trim())) && (("I").equalsIgnoreCase(runMode)))
{ {
winName = "W_PAY_IBCA"; winName = "W_PAY_IBCA";
sql ="select key_string from transetup where upper(tran_window) = ? "; sql ="select key_string from transetup where upper(tran_window) = ? ";
......
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