Commit fe04db54 authored by ssalve's avatar ssalve

Sarita : Done changes to show sale order status on 11DEC2017

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175701 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 441d4a98
......@@ -155,8 +155,22 @@
<xsl:value-of select="quantity"/>&#160;<xsl:value-of select="unit"/><br></br>
Orderd
</div>
<div class='closeOrderSumryDiv'>
<!-- <div class='closeOrderSumryDiv'>
Line shipped completely
</div> changes by sarita on 11DEC2017-->
<div class='closeOrderSumryDiv'>
<xsl:if test="$lineStatus='H'">
<span>Sales order is on hold</span>
</xsl:if>
<xsl:if test="$lineStatus='P'">
<span>Sales order is pending</span>
</xsl:if>
<xsl:if test="$lineStatus='D'">
<span>Line shipped completely</span>
</xsl:if>
<xsl:if test="$lineStatus='X'">
<span>Sales order is cancelled</span>
</xsl:if>
</div>
</xsl:otherwise>
</xsl:choose>
......
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