Commit 15f6b0e7 authored by jshaikh's avatar jshaikh

updated as per requirement

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@171414 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 209dc821
......@@ -163,6 +163,26 @@
<xsl:value-of select= "city__site"/>
</td>
</tr>
<tr>
<td class="cellttl1">Transport mode : </td>
<td class="tLabelDataD1" NOWRAP="TRUE" style="text-align:left">
<xsl:choose>
<xsl:when test="trans_mode='A' ">
By Air
</xsl:when>
<xsl:when test="trans_mode='R' ">
By Road
</xsl:when>
<xsl:when test="trans_mode='L' ">
By Rail
</xsl:when>
<xsl:when test="trans_mode='S' ">
By Ship
</xsl:when>
</xsl:choose>
</td>
</tr>
<tr>
<td class="cellttl1">Credit term : </td>
<td class="tLabelDataD1" NOWRAP="TRUE" style="text-align:left">
......@@ -173,7 +193,7 @@
<tr>
<td class="cellttl1">Order amount : </td>
<td class="tLabelDataD1" NOWRAP="TRUE" style="text-align:left">
<xsl:value-of select="ord_amt" />
<xsl:value-of select="ord_amt" /> (<xsl:value-of select="curr_code"/>)
</td>
</tr>
</table>
......
......@@ -163,6 +163,26 @@
<xsl:value-of select= "city__site"/>
</td>
</tr>
<tr>
<td class="cellttl1">Transport mode : </td>
<td class="tLabelDataD1" style="text-align:left">
<xsl:choose>
<xsl:when test="trans_mode='A' ">
By Air
</xsl:when>
<xsl:when test="trans_mode='R' ">
By Road
</xsl:when>
<xsl:when test="trans_mode='L' ">
By Rail
</xsl:when>
<xsl:when test="trans_mode='S' ">
By Ship
</xsl:when>
</xsl:choose>
</td>
</tr>
<tr>
<td class="cellttl1">Credit term : </td>
<td class="tLabelDataD1" style="text-align:left">
......@@ -173,7 +193,7 @@
<tr>
<td class="cellttl1">Order amount : </td>
<td class="tLabelDataD1" style="text-align:left">
<xsl:value-of select="ord_amt" />
<xsl:value-of select="ord_amt" /> (<xsl:value-of select="curr_code"/>)
</td>
</tr>
</table>
......
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