Commit 7be8d4ef authored by ssurve's avatar ssurve

xml issue and line no correction for itm default add


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96187 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5b5e9deb
...@@ -722,7 +722,7 @@ public class DistIssDelWiz extends ValidatorEJB implements DistIssDelWizLocal, D ...@@ -722,7 +722,7 @@ public class DistIssDelWiz extends ValidatorEJB implements DistIssDelWizLocal, D
valueXmlString.append("<no_art protect=\"0\">").append("<![CDATA[]]>").append("</no_art>"); valueXmlString.append("<no_art protect=\"0\">").append("<![CDATA[]]>").append("</no_art>");
setNodeValue( dom, "no_art", getAbsString("")); setNodeValue( dom, "no_art", getAbsString(""));
valueXmlString.append("</Detail3>") valueXmlString.append("</Detail3>");
System.out.println("FINAL detail3 xml : "+valueXmlString); System.out.println("FINAL detail3 xml : "+valueXmlString);
......
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