Commit 6c7e0711 authored by caluka's avatar caluka

editable field for no of batch column in xsl


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97193 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fd5e1fe0
......@@ -179,7 +179,8 @@
<input type="text" style="text-align:right" name="Detail2.{normalize-space($dbID)}.no_of_batch" id="Detail2.{normalize-space($dbID)}.no_of_batch" value="{$no_of_batch}" size="10" ISCHANGED="true" readonly="readonly" onFocus="blur();" />
</xsl:otherwise>
</xsl:choose> -->
<input type="text" style="text-align:right" name="Detail2.{normalize-space($dbID)}.no_of_batch" id="Detail2.{normalize-space($dbID)}.no_of_batch" value="{$no_of_batch}" size="10" ISCHANGED="true" readonly="readonly" onFocus="blur();" />
<!-- <input type="text" style="text-align:right" name="Detail2.{normalize-space($dbID)}.no_of_batch" id="Detail2.{normalize-space($dbID)}.no_of_batch" value="{$no_of_batch}" size="10" ISCHANGED="true" readonly="readonly" onFocus="blur();" /> -->
<input type="text" style="text-align:right" name="Detail2.{normalize-space($dbID)}.no_of_batch" id="Detail2.{normalize-space($dbID)}.no_of_batch" value="{$no_of_batch}" size="10" ISCHANGED="true" onchange="OnSelectionChange('{normalize-space($dbID)}');" />
</td>
<td class="td_rightAlign" align="left">
<!-- <input type="text" style="text-align:right" name="Detail2.{normalize-space($dbID)}.quantity" id="Detail2.{normalize-space($dbID)}.quantity" value="{$quantity}" size="10" ISCHANGED="true" onkeydown="isNumberKey(event)"/> -->
......
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