Commit a7d89f7f authored by smestry's avatar smestry

Updated the xsl for PO Autosave.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103170 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a0bf37f1
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
</tr>--> </tr>-->
<tbody class='table-body fadeInDown'> <tbody class='table-body fadeInDown'>
<xsl:for-each select="//Detail3"> <xsl:for-each select="//Detail3">
<xsl:sort select="item_parnt"/> <!-- <xsl:sort select="item_parnt"/> -->
<xsl:variable name="dbID"><xsl:value-of select="@domID"/></xsl:variable> <xsl:variable name="dbID"><xsl:value-of select="@domID"/></xsl:variable>
<xsl:variable name="quantity"><xsl:value-of select="quantity"/></xsl:variable> <xsl:variable name="quantity"><xsl:value-of select="quantity"/></xsl:variable>
<xsl:variable name="item_code"><xsl:value-of select="item_code"/></xsl:variable> <xsl:variable name="item_code"><xsl:value-of select="item_code"/></xsl:variable>
......
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