Commit 2fc411e1 authored by kdabholkar's avatar kdabholkar

New Changes Added regarding edit tax calculation window

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177910 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ae92dbd4
...@@ -204,6 +204,11 @@ ...@@ -204,6 +204,11 @@
<xsl:variable name="tax_amount"><xsl:value-of select="tax_amount"/></xsl:variable> <xsl:variable name="tax_amount"><xsl:value-of select="tax_amount"/></xsl:variable>
<!-- Added by kaustubh on 4 dec 2017 end --> <!-- Added by kaustubh on 4 dec 2017 end -->
<!-- Added by kaustubh on 21 dec 2017 start -->
<xsl:variable name="schemeCode"><xsl:value-of select="schemeCode"/></xsl:variable>
<xsl:variable name="schemeDescr"><xsl:value-of select="schemeDescr"/></xsl:variable>
<!-- Added by kaustubh on 21 dec 2017 end -->
<xsl:if test="$dbIDs = '0'"> <xsl:if test="$dbIDs = '0'">
<input type="hidden" value="{$sale_order}" name="Detail2.{normalize-space($dbIDs)}.sale_order" id="sale_order" /> <input type="hidden" value="{$sale_order}" name="Detail2.{normalize-space($dbIDs)}.sale_order" id="sale_order" />
<input type="hidden" value="{$order_date}" name="Detail2.{normalize-space($dbIDs)}.order_date" id="order_date" /> <input type="hidden" value="{$order_date}" name="Detail2.{normalize-space($dbIDs)}.order_date" id="order_date" />
...@@ -254,8 +259,13 @@ ...@@ -254,8 +259,13 @@
<input type="hidden" value="{$tax_amt}" name="Detail2.{normalize-space($dbIDs)}.tax_amt" id="tax_amt" /> <input type="hidden" value="{$tax_amt}" name="Detail2.{normalize-space($dbIDs)}.tax_amt" id="tax_amt" />
<input type="hidden" value="{$tax_env}" name="Detail2.{normalize-space($dbIDs)}.tax_env" id="tax_env" /> <input type="hidden" value="{$tax_env}" name="Detail2.{normalize-space($dbIDs)}.tax_env" id="tax_env" />
<input type="hidden" value="{$tax_amount}" name="Detail2.{normalize-space($dbIDs)}.tax_amount" id="tax_amount" /> <input type="hidden" value="{$tax_amount}" name="Detail2.{normalize-space($dbIDs)}.tax_amount" id="tax_amount" />
<!-- Added by kaustubh on 4 dec 2017 end --> <!-- Added by kaustubh on 4 dec 2017 end -->
<!-- Added by kaustubh on 21 dec 2017 start -->
<input type="hidden" value="{$schemeCode}" name="Detail2.{normalize-space($dbIDs)}.schemeCode" id="schemeCode" />
<input type="hidden" value="{$schemeDescr}" name="Detail2.{normalize-space($dbIDs)}.schemeDescr" id="schemeDescr" />
</xsl:if> </xsl:if>
</xsl:for-each> </xsl:for-each>
</table> </table>
...@@ -305,7 +315,7 @@ ...@@ -305,7 +315,7 @@
</table> </table>
</h3> </h3>
<div style="padding: 2px 5px 7px"> <div style="padding: 2px 5px 7px">
<div id="suppDtlDiv1" style="height:auto;overflow: auto; margin-left: 0px; width:100%;"> <div id="suppDtlDiv1" style="height:auto;overflow: auto; margin-left: 0px; width:100%; max-height: 400px;">
<table id="activityTable" style="width:100%;font-size:14px;"> <table id="activityTable" style="width:100%;font-size:14px;">
<div > <div >
<tr> <tr>
......
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