Commit 2171cb90 authored by wansari's avatar wansari

D14IKAT004 updated column name as Unit Cost


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97471 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 55a70225
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<strong>Quantity</strong> <strong>Quantity</strong>
</th> </th>
<th class="thClass" nowrap="true" valign="bottom" style="width:75px"> <th class="thClass" nowrap="true" valign="bottom" style="width:75px">
<strong>Rate</strong> <strong>Unit Cost</strong>
</th> </th>
<th class="thClass" nowrap="true" valign="bottom" style="width:75px"> <th class="thClass" nowrap="true" valign="bottom" style="width:75px">
<strong>Amount</strong> <strong>Amount</strong>
...@@ -138,7 +138,11 @@ ...@@ -138,7 +138,11 @@
onkeypress='return isNumberKey(event)' id="Detail3.{normalize-space($dbID)}.rate" maxlength="4" style="text-align: right;width:70px;" onkeyup="changeAmount({$dbID})"/> onkeypress='return isNumberKey(event)' id="Detail3.{normalize-space($dbID)}.rate" maxlength="4" style="text-align: right;width:70px;" onkeyup="changeAmount({$dbID})"/>
</td> </td>
<td style="width:75px"> <td style="width:75px">
<input type="text" class="editDisplayClass" ISCHANGED="false" readOnly = "1" value="{$tot_amt}" id="Detail3.{normalize-space($dbID)}.tot_amt" style="text-align: right;width: 75px;" /> <!--<input type="text" class="editDisplayClass" ISCHANGED="false" readOnly = "1" value="{$tot_amt}"
id="Detail3.{normalize-space($dbID)}.tot_amt" style="text-align: right;width: 75px;" />-->
<input type="text" class="editDisplayClass" value="{$tot_amt}" name="Detail3.{normalize-space($dbID)}.tot_amt"
id="Detail3.{normalize-space($dbID)}.tot_amt" ISCHANGED="false" readOnly = "1" style="text-align: right;width: 75px;"/>
</td> </td>
...@@ -183,8 +187,7 @@ ...@@ -183,8 +187,7 @@
id="Detail3.{normalize-space($dbID)}.discount" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.discount" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$tax_amt}" name="Detail3.{normalize-space($dbID)}.tax_amt" <input type="hidden" class="editInputClass" value="{$tax_amt}" name="Detail3.{normalize-space($dbID)}.tax_amt"
id="Detail3.{normalize-space($dbID)}.tax_amt" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.tax_amt" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$tot_amt}" name="Detail3.{normalize-space($dbID)}.tot_amt"
id="Detail3.{normalize-space($dbID)}.tot_amt" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$dlv_qty}" name="Detail3.{normalize-space($dbID)}.dlv_qty" <input type="hidden" class="editInputClass" value="{$dlv_qty}" name="Detail3.{normalize-space($dbID)}.dlv_qty"
id="Detail3.{normalize-space($dbID)}.dlv_qty" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.dlv_qty" maxlength="10"/>
......
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