Subversion Repositories SmartDukaan

Rev

Rev 9568 | Rev 9725 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9568 Rev 9569
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>