Subversion Repositories SmartDukaan

Rev

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

Rev 7283 Rev 7316
Line 267... Line 267...
267
	<tr>
267
	<tr>
268
<td class="detail">Available</td>
268
<td class="detail">Available</td>
269
<td class="value">Reserved</td>
269
<td class="value">Reserved</td>
270
</tr>
270
</tr>
271
	<tr>
271
	<tr>
-
 
272
			#if ( !$amazonInventory.getAvailability() )
-
 
273
                 <td class="detail"></td>
-
 
274
              #else
272
		<td class="detail">$amazonInventory.getAvailability()</td>
275
                <td class="detail">$amazonInventory.getAvailability()</td>
-
 
276
              #end
-
 
277
              #if ( !$amazonInventory.getReserved() )
-
 
278
                 <td class="value"></td>
-
 
279
              #else
273
         <td class="value">$amazonInventory.getReserved()</td>
280
                <td class="value">$amazonInventory.getReserved()</td>
-
 
281
              #end
-
 
282
 
274
		</tr>
283
		</tr>
275
</tbody>
284
</tbody>
276
</table>
285
</table>
277
</div>
286
</div>
278
</div>
287
</div>