Subversion Repositories SmartDukaan

Rev

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

Rev 8121 Rev 8168
Line 253... Line 253...
253
		<select name="isInventoryOverride"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
253
		<select name="isInventoryOverride"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
254
	  #end
254
	  #end
255
</td>
255
</td>
256
</tr>
256
</tr>
257
<tr>
257
<tr>
-
 
258
<td class="detail">Suppress FBA Price</td>
-
 
259
<td class="value">#if ($itemDetail.isSuppressFbaPriceUpdate())
-
 
260
      <select name="suppressFbaPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
-
 
261
	  #else
-
 
262
		<select name="suppressFbaPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
-
 
263
	  #end</td>
-
 
264
</tr>
-
 
265
<tr>
-
 
266
<td class="detail">Suppress MFN Price</td>
-
 
267
<td class="value">#if ($itemDetail.isSuppressMfnPriceUpdate())
-
 
268
      <select name="suppressMfnPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
-
 
269
	  #else
-
 
270
		<select name="suppressMfnPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
-
 
271
	  #end
-
 
272
</td>
-
 
273
</tr>
-
 
274
<tr>
258
<td class="detail">Lead Time To Ship</td>
275
<td class="detail">Lead Time To Ship</td>
259
<td class="value">
276
<td class="value">
260
	#if ( !$itemDetail.isIsCustomTime() )
277
	#if ( !$itemDetail.isIsCustomTime() )
261
<input type="radio" value="False" name="isTime" checked="checked" style="width: 10%;">Default
278
<input type="radio" value="False" name="isTime" checked="checked" style="width: 10%;">Default
262
<input type="text" value=$action.getTimetoShip("$itemDetail.getItemid()") name="handlingTime" id="handlingTime" style="width: 10%;" readonly/>
279
<input type="text" value=$action.getTimetoShip("$itemDetail.getItemid()") name="handlingTime" id="handlingTime" style="width: 10%;" readonly/>