Commit 8dde1408 authored by mjadhav's avatar mjadhav

add line no field


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97880 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3c4c6fdd
...@@ -118,6 +118,9 @@ function setChecked( obj ) ...@@ -118,6 +118,9 @@ function setChecked( obj )
</td> </td>
<td class="header_td" nowrap="true" valign="bottom" width="75%"> <td class="header_td" nowrap="true" valign="bottom" width="75%">
<strong>Purchase Order </strong> <strong>Purchase Order </strong>
</td>
<td class="header_td" nowrap="true" valign="bottom" width="75%">
<strong>Line No</strong>
</td> </td>
<td class="header_td" nowrap="true" valign="bottom" width="20%"> <td class="header_td" nowrap="true" valign="bottom" width="20%">
<strong>Release Aganst</strong> <strong>Release Aganst</strong>
...@@ -159,6 +162,10 @@ function setChecked( obj ) ...@@ -159,6 +162,10 @@ function setChecked( obj )
<td class="td_leftAlign"> <td class="td_leftAlign">
<xsl:value-of select="purc_order"/> <xsl:value-of select="purc_order"/>
<input type="hidden" name="Detail4.{normalize-space($dbID)}.purc_order" id = "DetailActCode.{normalize-space($dbID)}.purc_order" value="{normalize-space($purc_order)}" size="20" class="fieldcell_items" ISCHANGED="false"/> <input type="hidden" name="Detail4.{normalize-space($dbID)}.purc_order" id = "DetailActCode.{normalize-space($dbID)}.purc_order" value="{normalize-space($purc_order)}" size="20" class="fieldcell_items" ISCHANGED="false"/>
</td>
<td class="td_leftAlign">
<xsl:value-of select="line_no"/>
<input type="hidden" name="Detail4.{normalize-space($dbID)}.line_no" id = "DetailActCode.{normalize-space($dbID)}.line_no" value="{normalize-space($line_no)}" size="20" class="fieldcell_items" ISCHANGED="false"/>
</td> </td>
<td class="td_leftAlign"> <td class="td_leftAlign">
<xsl:value-of select="rel_agnst"/> <xsl:value-of select="rel_agnst"/>
......
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