Commit 31f1f929 authored by msingh's avatar msingh

Changes by Manish to add tax_env, tax_chap, tax_class in form3


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100090 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b0c85747
......@@ -389,6 +389,14 @@
<input type="hidden" class="editInputClass" value="{$quantity__fc}" name="Detail3.{normalize-space($dbID)}.quantity__fc"
id="Detail3.{normalize-space($dbID)}.quantity__fc" maxlength="10"/>
<!--Changed by Manish on 02-02-2016 to add tax_env, tax_chap, tax_class in form3 [START]-->
<input type="hidden" class="editInputClass" value="{$tax_env}" name="Detail3.{normalize-space($dbID)}.tax_env"
id="Detail3.{normalize-space($dbID)}.tax_env" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$tax_chap}" name="Detail3.{normalize-space($dbID)}.tax_chap"
id="Detail3.{normalize-space($dbID)}.tax_chap" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$tax_class}" name="Detail3.{normalize-space($dbID)}.tax_class"
id="Detail3.{normalize-space($dbID)}.tax_class" maxlength="10"/>
<!--Changed by Manish on 02-02-2016 to add tax_env, tax_chap, tax_class in form3 [END]-->
</tr>
<!-- Changed by samadhan on 13/07/2015 for previous button working -->
</xsl:if>
......
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