Commit 55a70225 authored by wansari's avatar wansari

D14IKAT004 updated currecny and site code delivery


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97470 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e7dc6f7d
......@@ -110,9 +110,9 @@
<strong>Order Site :</strong>
</td>
<td class="td_leftAlign">
<div style="position:relative; width: 90%;">
<div style="position:relative; width: 100%;">
<input type="text" class="editDisplayClass" id="order_site" name="Detail1.{normalize-space($dbID)}.site_code__ord"
value="{site_code__ord}" maxlength="10" ISCHANGED="false" readOnly = "1" style="width: 95%;" />
value="{site_code__ord}" maxlength="10" ISCHANGED="false" readOnly = "1" style="width: 50%;" />
</div>
</td>
</tr>
......@@ -239,21 +239,22 @@
<strong>Deliver At :</strong>
</td>
<td class="td_leftAlign">
<div style="position:relative; width: 90%;">
<input type="text" class="editInputClass" value="{site_code__dlv}" name="Detail1.{normalize-space($dbID)}.site_code__dlv"
id="site_code__dlv" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 95%;" />
<div style="width:3%; float: right;">
<div style="position:relative; width: 100%;">
<input type="text" class="editDisplayClass" value="{site_code__dlv}" name="Detail1.{normalize-space($dbID)}.site_code__dlv"
id="site_code__dlv" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 50%;" />
<!--<div style="width:3%; float: right;">
<a href="javascript:supp_pop('site_code__dlv','site_code__dlv','Site Code');" style="float: left;text-decoration: none;">
<img src="/ibase/webitm/images/DD/popup1.png" style="margin-left: -5px;" title="Select Delivery Site"/>
</a>
</div>
</div>-->
</div>
</td>
<td colspan="2">
<!--<td colspan="2">
<input type="text" name="Detail1.{normalize-space($dbID)}.site_descr" id="dlvDescr"
value="{site_descr}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="margin-left: -9px;width: 180px" />
</td>
</td>-->
</tr>
......@@ -354,15 +355,15 @@
<strong>Currency :</strong>
</td>
<td class="td_leftAlign">
<div style="position:relative; width: 90%;">
<div style="position:relative; width: 100%;">
<input type="text" name="Detail1.{normalize-space($dbID)}.curr_code" value="{$curr_code}" id="curr_code"
class="editInputClass" maxlength="10" ISCHANGED="false" readOnly = "1" style="width: 95%;" />
class="editDisplayClass" maxlength="10" ISCHANGED="false" readOnly = "1" style="width: 60%;" />
<div style="width:3%; float: right;">
<!--<div style="width:3%; float: right;">
<a href="javascript:supp_pop('curr_code','curr_code','Curr Code');" style="float: left;text-decoration: none;">
<img src="/ibase/webitm/images/DD/popup1.png" style="margin-left: -5px;" title="Select Currency Code"/>
</a>
</div>
</div>-->
</div>
</td>
</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