Commit 3638fc5b authored by kdabholkar's avatar kdabholkar

Commited to adding new field Current Year Gross Turn Over


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106162 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8115f24c
......@@ -104,6 +104,7 @@
<xsl:variable name="reg_no"><xsl:value-of select="reg_no"/></xsl:variable>
<xsl:variable name="reg_no1"><xsl:value-of select="reg_no1"/></xsl:variable>
<xsl:variable name="reg_no2"><xsl:value-of select="reg_no2"/></xsl:variable>
<xsl:variable name="reg_no3"><xsl:value-of select="reg_no3"/></xsl:variable>
<xsl:variable name="reg_date"><xsl:value-of select="reg_date"/></xsl:variable>
<table id="activityTable" border="0" cellSpacing="1" cellPadding="0" style="margin-bottom:25px;">
<!-- ************* row for fin Entity ********************* -->
......@@ -188,6 +189,19 @@
</td>
</tr>
<!-- ************* row for Gross Turnover (NEW FIELD ADDED BY KAUSTUBH) ********************* -->
<tr>
<td class="td_rightAlign" nowrap="true">
<strong>Current Financial Year<br/> Gross Turnover(April-June 2017) :</strong>
</td>
<td class="td_leftAlign" colspan = "2">
<input type="text" value="{$reg_no3}" name="Detail1.{normalize-space($dbID)}.reg_no3" id="Detail1.{normalize-space($dbID)}.reg_no3" tabIndex="40"
class="input_editable" maxlength="100" style="width:100%"/>
</td>
</tr>
<!-- ************* row for Registration Date ********************* -->
<tr>
<td class="td_rightAlign" nowrap="true">
......
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