Commit f7489121 authored by vdhoble's avatar vdhoble

commentd isPreview code for rcpacct


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98005 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d4aa23cc
......@@ -590,7 +590,7 @@ public class ReceiptAdvConf extends ActionHandlerEJB implements ReceiptAdvConfLo
// populate rcpacct
// 29/01/14 manoharan effect_party considered
if(!isPreview){
//if(!isPreview){ commented by vishaka for F14ISUN006 for acct receipt window
sql = "select sundry_type,sundry_code,acct_code,cctr_code,emp_code, anal_code,curr_code ,exch_rate,amount,party_doc_ref,case when effect_party is null then 'N' else effect_party end as effect_party,case when eff_bank is null then 'N' else eff_bank end as eff_bank from rcpacct where tran_id = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1,tranId);
......@@ -619,7 +619,7 @@ public class ReceiptAdvConf extends ActionHandlerEJB implements ReceiptAdvConfLo
pstmt.close();
pstmt = null;
detListSize = DetList.size();
}
// }
sql = "select ref_ser, ref_no,adj_amt,acct_code,cctr_code,exch_rate__vouch from rcpadv where tran_id = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1,tranId);
......
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