Commit 9dee07ed authored by mjadhav's avatar mjadhav

line_no removed from pop help


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97886 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6c95d289
......@@ -43,7 +43,7 @@ function setActivityToSalesPers()
actCode = document.getElementById("DetailActCode."+dbID+".purc_order").value;
actDescr = document.getElementById("DetailActCode."+dbID+".line_no").value;
actDescr = document.getElementById("DetailActCode."+dbID+".purc_order").value;
}
......@@ -119,7 +119,7 @@ function setChecked( obj )
<td class="header_td" nowrap="true" valign="bottom" width="75%">
<strong>Purchase Order </strong>
</td>
<td class="header_td" nowrap="true" valign="bottom" width="75%">
<!-- <td class="header_td" nowrap="true" valign="bottom" width="75%">
<strong>Line No</strong>
</td>
<td class="header_td" nowrap="true" valign="bottom" width="20%">
......@@ -132,15 +132,15 @@ function setChecked( obj )
<td class="header_td" nowrap="true" valign="bottom" width="20%">
<strong>Voucher Created</strong>
</td>
</td> -->
</tr>
<xsl:for-each select="//ACTIVITY">
<xsl:variable name="purc_order"><xsl:value-of select="purc_order"/></xsl:variable>
<xsl:variable name="line_no"><xsl:value-of select="line_no"/></xsl:variable>
<!-- <xsl:variable name="line_no"><xsl:value-of select="line_no"/></xsl:variable>
<xsl:variable name="rel_agnst"><xsl:value-of select="rel_agnst"/></xsl:variable>
<xsl:variable name="rel_amt"><xsl:value-of select="rel_amt"/></xsl:variable>
<xsl:variable name="vouch_created"><xsl:value-of select="vouch_created"/></xsl:variable>
<xsl:variable name="vouch_created"><xsl:value-of select="vouch_created"/></xsl:variable> -->
<xsl:variable name="dbID"><xsl:value-of select="@domID"/></xsl:variable>
<SCRIPT>
......@@ -163,7 +163,7 @@ function setChecked( obj )
<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"/>
</td>
<td class="td_leftAlign">
<!-- <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>
......@@ -180,7 +180,7 @@ function setChecked( obj )
<td class="td_leftAlign">
<xsl:value-of select="vouch_created"/>
<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> -->
</tr>
</xsl:for-each>
</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