Commit 4f3af791 authored by mjadhav's avatar mjadhav

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95029 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ade9657a
......@@ -327,7 +327,8 @@ public class GenerateSaleOrderPrc extends ProcessEJB implements GenerateSaleOrde
if(priceList.trim() !=null && priceList.trim().length() >0)
{
sql = "select count(*) from gencodes where fld_value=? and FLD_NAME='PRICE_LIST' ";
//sql = "select count(*) from gencodes where fld_value=? and FLD_NAME='PRICE_LIST' ";
sql="select count(*) from pricelist_mst where price_list=? ";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1,priceList);
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