Commit bb6f44df authored by caluka's avatar caluka

xsl updated for delete all rows then add new row


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98162 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7159e6ac
......@@ -114,10 +114,12 @@
<td width="10PX" class="header_td" nowrap="true" valign="bottom">
<strong>Quantity</strong>
</td>
<!-- <td width="10PX" class="header_td" nowrap="true" valign="bottom">
<strong>Mps Order</strong>
</td> -->
<xsl:for-each select="//Detail2">
<xsl:variable name="site_code"><xsl:value-of select="site_code"/></xsl:variable>
<td>
<input type="hidden" name="temp_site_code" id="temp_site_code" value="{$site_code}" size="06" />
</td>
</xsl:for-each>
</tr>
<xsl:for-each select="//Detail2">
......
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