Subversion Repositories SmartDukaan

Rev

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

Rev 31994 Rev 31997
Line 43... Line 43...
43
      </thead>
43
      </thead>
44
      <tbody>
44
      <tbody>
45
      
45
      
46
      
46
      
47
         #set($index = 0)
47
         #set($index = 0)
48
	        #foreach($brand in $brands)
48
	        #foreach($brand in $brandInventoryItemAging)
49
			  <tr  class="accordion-toggle collapsed" id="accordion1" data-toggle="collapse" data-parent="#accordion1" href="#brand-$index">	
49
			  <tr  class="accordion-toggle collapsed" id="accordion1" data-toggle="collapse" data-parent="#accordion1" href="#brand-$index">	
50
			         <td class="expand-button"></td>	
50
			         <td class="expand-button"></td>	
51
		    	         <td>$brand.getBrand()</td>
51
		    	         <td>$brand.getBrand()</td>
52
		    	          <td>brandInventoryItemAging.get($brand.getBrand())</td>
52
		    	          <td>brandInventoryItemAging.get($brand.getBrand())</td>
53
		    	     </tr>	
53
		    	     </tr>