Commit 36ab9d30 authored by caluka's avatar caluka

Delete first row wizard for Material Requirement HTML wizard Transaction[MF3KSUN005]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95030 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4f3af791
...@@ -222,7 +222,7 @@ public class RequirementIC extends ValidatorEJB implements RequirementICLocal, R ...@@ -222,7 +222,7 @@ public class RequirementIC extends ValidatorEJB implements RequirementICLocal, R
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
if (detCnt == 0) if (detCnt == 0)
{ { lineNo++;//Added by chandrashekar on 06/05/2014
// valueXmlString.append("<Detail2>\r\n"); // valueXmlString.append("<Detail2>\r\n");
valueXmlString.append("<Detail2 domID='" + lineNo + "' objContext = '" + currentFormNo + "' selected=\"Y\">\r\n"); valueXmlString.append("<Detail2 domID='" + lineNo + "' objContext = '" + currentFormNo + "' selected=\"Y\">\r\n");
valueXmlString.append("<attribute selected=\"Y\" updateFlag=\"E\" status=\"O\" pkNames=\"\"/>\r\n"); valueXmlString.append("<attribute selected=\"Y\" updateFlag=\"E\" status=\"O\" pkNames=\"\"/>\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