Commit 57372e47 authored by dpawar's avatar dpawar

saved on head


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97175 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b0096a54
......@@ -577,6 +577,7 @@ public class ConsolidatToDoc {
pstmtSord.clearParameters();
//added by Dadaso pawar on 21/01/15 [Start]
System.out.println("------added by Dadaso -------------");
priceList = priceList == null ? "" : priceList.trim();
sql = "SELECT LIST_TYPE FROM PRICELIST WHERE PRICE_LIST = ?";
pstmtPriceList = conn.prepareStatement(sql);
......
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