Commit a558e0da authored by kshinde's avatar kshinde

Bug fix Pricelist not generating for target pricelist

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190241 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a7fd579b
......@@ -1774,7 +1774,7 @@ public class PriceListConf extends ActionHandlerEJB implements PriceListConfLoca
PriceListParent=rs.getString(3);
PList.put("PRICE_LIST__TAR",plisttar);
PList.put("PRICE_LIST",plisttar);
PList.put("PRICE_LIST__PARENT",PriceListParent);
......
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