Commit 29fa225a authored by mjadhav's avatar mjadhav

add currency_code and exch_rate field


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97927 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9f6d4526
......@@ -676,14 +676,14 @@
value="{$curr_code}" ispopup="true"
onkeydown="return onKeyDownFun(this,event)"
isServerCallOnChange="true" onblur="return onBlurFunction(this)"
size="10" class="headerInputField" tabindex="8" /></td>
size="12" class="headerFieldDisable" tabindex="-1" maxlength="5" readonly="readonly" /></td>
<td width="10%">Exchange Rate</td>
<td width="40%" align="left"><input type="text"
id="Detail1.{normalize-space($domIDHeader)}.exch_rate" name="Detail1.{normalize-space($domIDHeader)}.exch_rate"
value="{$exch_rate}" ispopup="true"
onkeydown="return onKeyDownFun(this,event)"
isServerCallOnChange="true" onblur="return onBlurFunction(this)"
size="10" class="headerInputField" tabindex="8" /></td>
size="12" class="headerInputField" tabindex="8" style="text-align:right" /></td>
</tr>
......@@ -695,7 +695,7 @@
value="{$remarks}" ispopup="true"
onkeydown="return onKeyDownFun(this,event)"
isServerCallOnChange="true" onblur="return onBlurFunction(this)"
size="40" class="headerInputField" tabindex="8" /></td>
size="40" class="headerInputField" tabindex="9" /></td>
<td width="10%"></td>
<td width="40%" align="left"></td>
......
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