Commit 0f86e433 authored by msalla's avatar msalla

sales order status to show reason details

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@202281 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d531fea2
...@@ -138,9 +138,9 @@ ...@@ -138,9 +138,9 @@
<xsl:value-of select="desp_qty"/>&#160;<xsl:value-of select="unit"/> <xsl:value-of select="desp_qty"/>&#160;<xsl:value-of select="unit"/>
Shipped Shipped
</xsl:if> </xsl:if>
<xsl:if test="$reasDtl=not('') and $reasDtl=not('0')"> <!-- <xsl:if test="$reasDtl=not('') and $reasDtl=not('0')">
<xsl:value-of select="reas_detail"/>&#160;<xsl:value-of select="unit"/> <xsl:value-of select="reas_detail"/>&#160;<xsl:value-of select="unit"/>
</xsl:if> </xsl:if>commented by monika-->
</div> </div>
<div class='dueDate'> <div class='dueDate'>
<xsl:value-of select="dsp_date"/> <xsl:value-of select="dsp_date"/>
...@@ -223,6 +223,11 @@ ...@@ -223,6 +223,11 @@
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
</div> </div>
<!--added by monika start -->
<xsl:if test="$reasDtl=not('') ">
<xsl:value-of select="reas_detail"/>
</xsl:if>
<!--added by monika end -->
</div> </div>
</xsl:for-each> </xsl:for-each>
</div> </div>
......
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