Commit e7100ec9 authored by mmhatre's avatar mmhatre

pricelist-unit made non editable

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204402 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d81e0eaa
......@@ -342,8 +342,9 @@ public class PriceList extends ValidatorEJB implements PriceListLocal, PriceList
pstmt.close();
pstmt = null;
valueXmlString.append("<item_descr>").append("<![CDATA["+mdescr+"]]>").append("</item_descr>");
valueXmlString.append("<unit>").append("<![CDATA["+munit+"]]>").append("</unit>");
/*valueXmlString.append("<unit>").append("<![CDATA["+munit+"]]>").append("</unit>");*/ //commented by manish mhatre on 25-july-2019
valueXmlString.append("<site_code>").append("<![CDATA["+msite_code+"]]>").append("</site_code>");
valueXmlString.append("<unit protect=\"1\">").append("<![CDATA["+munit+"]]>").append("</unit>"); //added by manish mhatre on 25-july-2019
//sql1="SELECT MAX(SLAB_NO) FROM PRICELIST WHERE PRICE_LIST = '" + priceList + "'" +"AND ITEM_CODE = '"+ mcode +"'";
sql1="SELECT MAX(SLAB_NO) FROM PRICELIST WHERE PRICE_LIST = ? AND ITEM_CODE = ? ";
......
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