Subversion Repositories SmartDukaan

Rev

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

Rev 10938 Rev 11197
Line 310... Line 310...
310
              #if ( !$amazonInventory.getReserved() )
310
              #if ( !$amazonInventory.getReserved() )
311
                 <td class="detail"></td>
311
                 <td class="detail"></td>
312
              #else
312
              #else
313
                <td class="detail">$amazonInventory.getReserved()</td>
313
                <td class="detail">$amazonInventory.getReserved()</td>
314
			  #end
314
			  #end
315
			  <td class="value">$amazonFbaInventory</td>
315
			  <td class="value">
-
 
316
				#foreach($amazonFbaInventoryLocationWise in $amazonFbaInventory)
-
 
317
					$amazonFbaInventoryLocationWise.getLocation() - $amazonFbaInventoryLocationWise.getAvailability()
-
 
318
					&nbsp;
-
 
319
				#end
-
 
320
			  </td>
316
			  
321
			  
317
 
322
 
318
		</tr>
323
		</tr>
319
</tbody>
324
</tbody>
320
</table>
325
</table>