Commit 5bfa5441 authored by ngadkari's avatar ngadkari

Request Id - D17IBAS001

   Group schemeIC changes  

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@179530 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4ef4ef92
...@@ -930,6 +930,10 @@ public class GroupSchemeIC extends ValidatorEJB implements GroupSchemeICLocal,Gr ...@@ -930,6 +930,10 @@ public class GroupSchemeIC extends ValidatorEJB implements GroupSchemeICLocal,Gr
valueXmlString.append("<discount protect =\"0\">").append("<![CDATA[").append(0).append("]]>").append("</discount>\r\n"); valueXmlString.append("<discount protect =\"0\">").append("<![CDATA[").append(0).append("]]>").append("</discount>\r\n");
} }
else
{
valueXmlString.append("<discount protect =\"1\">").append("<![CDATA[").append(0).append("]]>").append("</discount>\r\n");
}
} }
......
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