Commit 14b26a97 authored by mjadhav's avatar mjadhav

remove pop up from currency code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98412 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5907c75a
...@@ -369,9 +369,7 @@ ...@@ -369,9 +369,7 @@
<td class="headerTextCol6">Currency Code :</td> <td class="headerTextCol6">Currency Code :</td>
<td class="headerTextCol8"><input type="text" <td class="headerTextCol8"><input type="text"
id="Detail1.{normalize-space($domIDHeader)}.curr_code" name="Detail1.{normalize-space($domIDHeader)}.curr_code" id="Detail1.{normalize-space($domIDHeader)}.curr_code" name="Detail1.{normalize-space($domIDHeader)}.curr_code"
value="{$curr_code}" ispopup="true" value="{$curr_code}"
onkeydown="return onKeyDownFun(this,event)"
isServerCallOnChange="true" onblur="return onBlurFunction(this)"
size="12" class="headerFieldDisable" tabindex="-1" maxlength="5" readonly="readonly" /></td> size="12" class="headerFieldDisable" tabindex="-1" maxlength="5" readonly="readonly" /></td>
<td class="headerTextCol7">Exchange Rate :</td> <td class="headerTextCol7">Exchange Rate :</td>
<td class="headerTextCol8"><input type="text" <td class="headerTextCol8"><input type="text"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
<HTML> <HTML>
<HEAD> <HEAD>
<script type="text/javascript" src="../js/cd_popquery.js"></script> <script type="text/javascript" src="../js/cd_popquery.js"></script>
<!--<script type="text/javascript" src="../js/CashMemo.js"></script> --> <!--<script type="text/javascript" src="../js/CashMemo.js"></script> -->
<link rel="stylesheet" href="../css/cd_style.css" type="text/css" /> <link rel="stylesheet" href="../css/cd_style.css" type="text/css" />
<!--<script type="text/javascript" src="../js/receipt_gen_wiz.js"></script>--> <!--<script type="text/javascript" src="../js/receipt_gen_wiz.js"></script>-->
......
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