Commit ab0cf8c7 authored by mjadhav's avatar mjadhav

add itemchanged


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96781 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2d2686e5
...@@ -434,9 +434,9 @@ public class GenWOTrackStatusPrc extends ProcessEJB implements GenWOTrackStatusP ...@@ -434,9 +434,9 @@ public class GenWOTrackStatusPrc extends ProcessEJB implements GenWOTrackStatusP
xmlBuff.append("<plan_end_date><![CDATA["+sdfAppl.format(planDate)+"]]></plan_end_date>"); xmlBuff.append("<plan_end_date><![CDATA["+sdfAppl.format(planDate)+"]]></plan_end_date>");
xmlBuff.append("<event_no><![CDATA["+eventNo+"]]></event_no>"); xmlBuff.append("<event_no><![CDATA["+eventNo+"]]></event_no>");
xmlBuff.append("<remarks><![CDATA[]]></remarks>"); xmlBuff.append("<remarks><![CDATA[]]></remarks>");
xmlBuff.append("<chg_user><![CDATA["+userId+"]]></chg_user>"); xmlBuff.append("<add_user><![CDATA["+userId+"]]></add_user>");
xmlBuff.append("<chg_date><![CDATA["+sdfAppl.format(currentDate)+"]]></chg_date>"); xmlBuff.append("<add_date><![CDATA["+sdfAppl.format(currentDate)+"]]></add_date>");
xmlBuff.append("<chg_term><![CDATA["+termId+"]]></chg_term>"); xmlBuff.append("<add_term><![CDATA["+termId+"]]></add_term>");
xmlBuff.append("</Detail1>"); xmlBuff.append("</Detail1>");
xmlBuff.append("</Header0>"); xmlBuff.append("</Header0>");
xmlBuff.append("</group0>"); xmlBuff.append("</group0>");
......
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