Commit e68c2a97 authored by smane's avatar smane

Set unit in detail4 for qc sample wizard


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97762 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a8f7ea1b
......@@ -661,8 +661,8 @@ public class QCSampleWizIC extends ValidatorEJB implements QCSampleWizICLocal,QC
cctrCode = genericUtility.getColumnValueFromNode("cctr_code__cr", parentNode);
acctCode = genericUtility.getColumnValueFromNode("acct_code__dr", parentNode);
cctrCode = genericUtility.getColumnValueFromNode("cctr_code__dr", parentNode);
unit = genericUtility.getColumnValueFromNode("unit", parentNode); //code added by sagar on 06/04/15
System.out.println(">>>>Set Unit in QC Sampling:"+unit);
//Prepare Selected row..
valueXmlString.append("<Detail4 domID='" + newInt + "' selected=\"N\">\r\n");
valueXmlString.append("<attribute selected=\"N\" updateFlag=\"A\" status=\"N\" pkNames=\"\" />\r\n");
......@@ -685,6 +685,7 @@ public class QCSampleWizIC extends ValidatorEJB implements QCSampleWizICLocal,QC
valueXmlString.append("<cctr_code__cr><![CDATA[").append(checkNull(cctrCode)).append("]]></cctr_code__cr>\r\n");
valueXmlString.append("<acct_code__dr><![CDATA[").append(checkNull(acctCode)).append("]]></acct_code__dr>\r\n");
valueXmlString.append("<cctr_code__dr><![CDATA[").append(checkNull(cctrCode)).append("]]></cctr_code__dr>\r\n");
valueXmlString.append("<unit><![CDATA[").append(unit).append("]]></unit>\r\n"); //code added by sagar on 06/04/15
valueXmlString.append("</Detail4>\r\n");
}//end for loop for get selected/...
}//end itemdefault in case 4..
......
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