Subversion Repositories SmartDukaan

Rev

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

Rev 11197 Rev 11201
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
			  #set($mumbai="False")
-
 
316
			  #set($bangalore="False")
315
			  <td class="value">
317
			  <td class="value">
316
				#foreach($amazonFbaInventoryLocationWise in $amazonFbaInventory)
318
				#foreach($amazonFbaInventoryLocationWise in $amazonFbaInventory)
-
 
319
					#if ($amazonFbaInventoryLocationWise.getLocation().toString()=="Mumbai")
-
 
320
						#set($mumbai="True")
-
 
321
					#end
-
 
322
					#if ($amazonFbaInventoryLocationWise.getLocation().toString()=="Bangalore")
-
 
323
						#set($bangalore="True")
-
 
324
					#end
-
 
325
				#end
-
 
326
				#foreach($amazonFbaInventoryLocationWise in $amazonFbaInventory)
317
					$amazonFbaInventoryLocationWise.getLocation() - $amazonFbaInventoryLocationWise.getAvailability()
327
					$amazonFbaInventoryLocationWise.getLocation() - $amazonFbaInventoryLocationWise.getAvailability()
318
					&nbsp;
328
					&nbsp;
-
 
329
					#if ($mumbai=="False")
-
 
330
						Mumbai - 0
-
 
331
					#end
-
 
332
					#if ($bangalore=="False")
-
 
333
						Banglore - 0
-
 
334
					#end
319
				#end
335
				#end
320
			  </td>
336
			  </td>
321
			  
337
			  
322
 
338
 
323
		</tr>
339
		</tr>