Commit a86c55e2 authored by ngadkari's avatar ngadkari

changes in setting country code

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@202376 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 474540d1
......@@ -1583,10 +1583,10 @@ public class PostOrdDespatchGen
}
sql="select dlv_add1,dlv_add2,dlv_add3,dlv_city,dlv_pin,count_code__dlv,state_code__dlv from sorder where cust_code__dlv= ?";
sql="select dlv_add1,dlv_add2,dlv_add3,dlv_city,dlv_pin,count_code__dlv,state_code__dlv from sorder where cust_code__dlv= ? and sale_order = ? ";// sale order filter added by nandkumar gadkari on 21/06/19
pstmt1 = conn.prepareStatement(sql);
pstmt1.setString(1, custCodeDlv);
pstmt1.setString(2, saleOrder);
rs1 = pstmt1.executeQuery();
if (rs1.next())
{
......
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