Commit 29b36385 authored by mnair's avatar mnair

Placed the valueXMLString outside the scope

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@185170 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7b220926
......@@ -6576,16 +6576,20 @@ public class POrderIC extends ValidatorEJB implements POrderICRemote,
taxenvDes = "";
System.out.println("@@taxenvDes as empty value@@"+taxenvDes);
}
}
valueXmlString.append("<tax_class>")
.append("<![CDATA[" + taxclassDes + "]]>")
.append("</tax_class>");
valueXmlString.append("<tax_chap>")
.append("<![CDATA[" + taxchapDes + "]]>")
.append("</tax_chap>");
valueXmlString.append("<tax_env>")
.append("<![CDATA[" + taxenvDes + "]]>")
.append("</tax_env>");
}
valueXmlString.append("<price_list__clg>")
.append("<![CDATA[" + priceListClg + "]]>")
.append("</price_list__clg>");
......
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