Commit 2a982221 authored by dpawar's avatar dpawar

item change cust_code__bill


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96151 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a9e77668
......@@ -1314,7 +1314,7 @@ public class ProofOfDelivery extends ValidatorEJB implements ProofOfDeliveryLoca
PreparedStatement pstmt=null;
String sql="";
try{
sql="select site_code,cust_code,net_amt,curr_code,exch_rate,prd_code from invoice where invoice_id = ?";
sql="select site_code,cust_code__bil,net_amt,curr_code,exch_rate,prd_code from invoice where invoice_id = ?";
pstmt=conn.prepareStatement(sql);
pstmt.setString(1, invoiceId);
rs=pstmt.executeQuery();
......
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