Commit 4a671cb7 authored by wansari's avatar wansari

Changed by wasim on line no 289 for checking price list clg from price list mst


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105296 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 51183296
......@@ -288,7 +288,7 @@ public class SiteCustomer extends ValidatorEJB implements SiteCustomerLocal,Site
priceListClg = genericUtility.getColumnValue("price_list__clg", dom);
if(priceListClg != null && priceListClg.trim().length() > 0)
{
sql = "select count(*) from pricelist where price_list__clg = ?";
sql = "select count(*) from pricelist_mst where price_list = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1,priceListClg);
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