Commit 31c34742 authored by mjadhav's avatar mjadhav

add maxlength for exch_rate


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97929 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a6ba63d8
...@@ -660,7 +660,7 @@ ...@@ -660,7 +660,7 @@
id="Detail1.{normalize-space($domIDHeader)}.chq_amt" name="Detail1.{normalize-space($domIDHeader)}.chq_amt" id="Detail1.{normalize-space($domIDHeader)}.chq_amt" name="Detail1.{normalize-space($domIDHeader)}.chq_amt"
value="{$chq_amt}" ispopup="true" value="{$chq_amt}" ispopup="true"
isServerCallOnChange="true" onblur="return onBlurFunction(this)" isServerCallOnChange="true" onblur="return onBlurFunction(this)"
size="12" class="headerInputField" style="text-align:right" tabindex="7"/></td> size="12" class="headerInputField" style="text-align:right" maxlength="11" tabindex="7"/></td>
</tr> </tr>
...@@ -683,7 +683,7 @@ ...@@ -683,7 +683,7 @@
value="{$exch_rate}" ispopup="true" value="{$exch_rate}" ispopup="true"
onkeydown="return onKeyDownFun(this,event)" onkeydown="return onKeyDownFun(this,event)"
isServerCallOnChange="true" onblur="return onBlurFunction(this)" isServerCallOnChange="true" onblur="return onBlurFunction(this)"
size="12" class="headerInputField" tabindex="8" style="text-align:right" /></td> size="12" class="headerInputField" tabindex="8" style="text-align:right" maxlength="8" /></td>
</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