| Line 157... |
Line 157... |
| 157 |
<td class="detail">Webiste Selling Price</td>
|
157 |
<td class="detail">Webiste Selling Price</td>
|
| 158 |
<td class="value"><input id="webisteSellingPrice" name="webisteSellingPrice" value='$itemDetail.getWebsiteSellingPrice()'type="text" readonly/></td>
|
158 |
<td class="value"><input id="webisteSellingPrice" name="webisteSellingPrice" value='$itemDetail.getWebsiteSellingPrice()'type="text" readonly/></td>
|
| 159 |
</tr>
|
159 |
</tr>
|
| 160 |
<tr>
|
160 |
<tr>
|
| 161 |
<td class="detail">Max NLC</td>
|
161 |
<td class="detail">Max NLC</td>
|
| 162 |
<td class="value"><input id="maxNlc" name="maxNlc" value='$itemDetail.getMaxNlc()'type="text"></td>
|
162 |
<td class="value"><input id="maxNlc" name="maxNlc" value='$itemDetail.getMaxNlc()'type="text" readonly/></td>
|
| 163 |
</tr>
|
163 |
</tr>
|
| 164 |
<tr>
|
164 |
<tr>
|
| 165 |
<td class="detail">Suppress Pricing Feed</td>
|
165 |
<td class="detail">Suppress Pricing Feed</td>
|
| 166 |
<td class="value">#if ($itemDetail.isSuppressPriceFeed())
|
166 |
<td class="value">#if ($itemDetail.isSuppressPriceFeed())
|
| 167 |
<select name="isSuppressPriceFeed"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
167 |
<select name="isSuppressPriceFeed"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|