Commit ea6b8223 authored by cshah's avatar cshah

make exchange_rate non-editable in type AD


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91395 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 84e2adbd
......@@ -140,7 +140,10 @@ public class BenefitItm extends ValidatorEJB implements BenefitItmLocal,BenefitI
if(benefitType.trim().equalsIgnoreCase("AL"))
{
//valueXmlString.append("<exchange_rate>").append("<![CDATA[.000000]]>").append("</exchange_rate>");
/* commentsd by chandni shah to make field non-editable
valueXmlString.append("<exchange_rate protect =\"0\">").append("<![CDATA[ .000000]]>").append("</exchange_rate>"); // initial
*/
valueXmlString.append("<exchange_rate protect =\"1\">").append("<![CDATA[ .000000]]>").append("</exchange_rate>"); // initial
}
else
{
......
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