Commit d049342c authored by wansari's avatar wansari

D14IKAT004 other fields1,2,3,4,5 are added in XSL


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97435 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 478ac9a7
......@@ -42,6 +42,8 @@
<xsl:variable name="otherField1"><xsl:value-of select="otherField1"/></xsl:variable>
<xsl:variable name="otherField2"><xsl:value-of select="otherField2"/></xsl:variable>
<xsl:variable name="otherField3"><xsl:value-of select="otherField3"/></xsl:variable>
<xsl:variable name="otherField4"><xsl:value-of select="otherField4"/></xsl:variable>
<xsl:variable name="otherField5"><xsl:value-of select="otherField5"/></xsl:variable>
<xsl:variable name="descr1"><xsl:value-of select="descr1"/></xsl:variable>
......@@ -72,6 +74,10 @@
value="{normalize-space($otherField2)}" />
<input type="hidden" name="Detail3.{normalize-space($dbID)}.otherField3" id="DetailITCode.{normalize-space($dbID)}.otherField3"
value="{normalize-space($otherField3)}" />
<input type="hidden" name="Detail3.{normalize-space($dbID)}.otherField4" id="DetailITCode.{normalize-space($dbID)}.otherField4"
value="{normalize-space($otherField4)}" />
<input type="hidden" name="Detail3.{normalize-space($dbID)}.otherField5" id="DetailITCode.{normalize-space($dbID)}.otherField5"
value="{normalize-space($otherField5)}" />
<input type="hidden" name="Detail3.{normalize-space($dbID)}.descr1" id="DetailITCode.{normalize-space($dbID)}.descr1"
value="{normalize-space($descr1)}" />
......
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