Commit dbc92de2 authored by jshaikh's avatar jshaikh

updated as per requirement

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@171410 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 597a65fa
......@@ -42,7 +42,7 @@
<tr>
<td class="tLabelDataD3" width="50%" style="text-align:left;" >
<font size="2">
Ref. invoice id :
Ref. Invoice Id :
<b><xsl:value-of select="invoice_id" /></b>
</font>
......@@ -50,7 +50,7 @@
</td>
<td NOWRAP="TRUE" class="tLabelDataD3" width="50%" style="text-align:right;">
<font size="2">
Full return :
Full Return :
<b><xsl:for-each select="//Detail2">
<xsl:choose>
<xsl:when test="full_ret= 'Y' ">
......@@ -70,7 +70,7 @@
<div class = "tLabelDataD3" >
<font size="4">
Sales return :
Sales Return :
<b><xsl:value-of select="tran_id" /></b>
</font>
</div>
......@@ -139,10 +139,10 @@
Replaced
</xsl:when>
<xsl:when test="ret_opt='C' ">
Credit note
Credit Note
</xsl:when>
<xsl:when test="ret_opt='D' ">
Debit note (replacement)
Debit Note (Replacement)
</xsl:when>
</xsl:choose>
</td>
......
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