Commit 864bfda3 authored by smisra's avatar smisra

removed protect = 1 for price_list column. change in test case.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91413 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e3d26eb6
...@@ -385,14 +385,7 @@ public class CustomerPriceList extends ValidatorEJB implements CustomerPriceList ...@@ -385,14 +385,7 @@ public class CustomerPriceList extends ValidatorEJB implements CustomerPriceList
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
valueXmlString.append("<cust_name>").append("<![CDATA["+custName+"]]>").append("</cust_name>"); valueXmlString.append("<cust_name>").append("<![CDATA["+custName+"]]>").append("</cust_name>");
} //end : ITEM CHANGE FOR Customer Name } //end : ITEM CHANGE FOR Customer Name
// To make price list non editable
if(currentColumn.equalsIgnoreCase("itm_defaultedit"))
{
priceList=genericUtility.getColumnValue("price_list",dom);
valueXmlString.append("<price_list protect=\"1\">").append("<![CDATA["+ priceList +"]]>").append("</price_list>");
}
valueXmlString.append("</Detail>"); valueXmlString.append("</Detail>");
break; break;
......
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