Commit adb51aa8 authored by kdabholkar's avatar kdabholkar

commited new changes regarding group scheme

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@178794 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d98cc0bf
......@@ -358,7 +358,7 @@
<xsl:variable name="chkbox"><xsl:value-of select="@selected"/></xsl:variable>
<xsl:if test="$dbIDs != '0'">
<tr class="trClass">
<tr class="trClass" id="itemRow{$dbIDs}">
<td style = "display:none">
<xsl:choose>
<xsl:when test="$chkbox ='Y'">
......@@ -388,9 +388,9 @@
</td>
</xsl:when>
<xsl:otherwise>
<td style="width:100px; background:#fcffd8;" nowrap="true">
<td style="width:100px; background:#e3fef1;" nowrap="true">
<!-- <xsl:value-of select="item_code"/> -->
<input id="Detail3.{normalize-space($dbIDs)}.item_code" name="Detail3.{normalize-space($dbIDs)}.item_code" value="{$item_code}" type="text" style="border: none;outline: none;color: #555;font-size: 12px;background:#fcffd8;" readonly=""/>
<input id="Detail3.{normalize-space($dbIDs)}.item_code" name="Detail3.{normalize-space($dbIDs)}.item_code" value="{$item_code}" type="text" style="border: none;outline: none;color: #555;font-size: 12px;background:#e3fef1;" readonly=""/>
</td>
</xsl:otherwise>
......@@ -469,7 +469,7 @@
<td class="td_rightAlign" style="width:75px;" nowrap="true">
<!-- <xsl:value-of select="net_amt"/> -->
<input type="text" class ="taxAmountClass" maxlength="4" readOnly = "1"
value="{$tax_amt}" name="Detail3.{normalize-space($dbIDs)}.tax_amt" id="Detail3.{normalize-space($dbIDs)}.tax_amt" onchange= "sendTaxInfo();" onclick="getxmlData(({$dbIDs}));"
value="{$tax_amt}" name="Detail3.{normalize-space($dbIDs)}.tax_amt" id="Detail3.{normalize-space($dbIDs)}.tax_amt" onchange= "sendTaxInfo();" onclick="getxmlData(({$line_no__contr}),({normalize-space($dbIDs)}));"
style="text-align: right;width:60px;background-color: transparent;border: none;color:#666666;" tabindex="-1"/>
</td>
......@@ -534,7 +534,14 @@
<input type="hidden" value="{$rate__clg}" name="Detail3.{normalize-space($dbIDs)}.rate__clg" id="Detail3.{normalize-space($dbIDs)}.rate__clg" />
<input type="hidden" value="{$tax_amt}" name="Detail3.{normalize-space($dbIDs)}.tax_amt" id="Detail3.{normalize-space($dbIDs)}.tax_amt" />
<input type="hidden" value="{$item_code}" name="Detail3.{normalize-space($dbIDs)}.item_code" id="Detail3.{normalize-space($dbIDs)}.item_code" />
<input type="hidden" value="" name="tax_xml" id="Detail3.{normalize-space($dbIDs)}.tax_xml" />
<input type="hidden" value="" name="Detail3.{normalize-space($dbIDs)}.natue" id="Detail3.{normalize-space($dbIDs)}.nature" />
<!-- <input type="hidden" value="{$cust_code__dlv}" name="Detail3.{normalize-space($dbIDs)}.cust_code__dlv" id="Detail3.{normalize-space($dbIDs)}.cust_code__dlv" /> -->
<input type="hidden" value="{$discount}" name="Detail3.{normalize-space($dbIDs)}.discount" id="Detail3.{normalize-space($dbIDs)}.discount" />
<input type="hidden" value="" id="Detail3.{normalize-space($dbIDs)}.tax_xml" />
<!-- <input type="hidden" class="editInputClass editInputCur" value="{$discount}" name="Detail3.{normalize-space($dbIDs)}.discount" id="Detail3.{normalize-space($dbIDs)}.discount"
......@@ -557,6 +564,7 @@
<input type="hidden" value="2:MP" name="formType" id="formType" />
<input type="hidden" name="PRE_FORM_VAL" ID="PRE_FORM_VAL" />
<input type="hidden" name="PRE_FORM_VAL2" ID="PRE_FORM_VAL2" />
<input type="hidden" name="EXISITING_COL_VALUES" ID="EXISITING_COL_VALUES" />
<!-- <input type="button" style="cursor:hand" value="Reset" class="button" title='Reset' id="reset" onclick ="createXMLString1('sorderWiz');"/> -->
......
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