Subversion Repositories SmartDukaan

Rev

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

Rev 34412 Rev 34425
Line 50... Line 50...
50
                            <th>Qty</th>
50
                            <th>Qty</th>
51
 
51
 
52
                        </tr>
52
                        </tr>
53
                        </thead>
53
                        </thead>
54
                        <tbody>
54
                        <tbody>
-
 
55
                            #foreach($entry in $brandInstockListMap.entrySet())
-
 
56
                                #set($brand = $entry.key)
-
 
57
                                #set($stockList = $entry.value)
55
 
58
 
56
                            #foreach($inStock in $inStocks)
-
 
57
                            <tr>
59
                            <tr>
58
                                <td>$inStock.getItemDescription()</td>
60
                                <td colspan="2" style="font-weight: bold; background-color: #f0f0f0;">$brand</td>
59
                                <td>$inStock.getQty()</td>
-
 
60
 
-
 
61
                            </tr>
61
                            </tr>
62
 
62
 
-
 
63
                                #foreach($inStock in $stockList)
-
 
64
                                <tr>
-
 
65
                                    <td>$inStock.getItemDescription()</td>
-
 
66
                                    <td>$inStock.getQty()</td>
-
 
67
                                </tr>
-
 
68
                                #end
63
                            #end
69
                            #end
64
 
-
 
65
                        </tbody>
70
                        </tbody>
66
                    </table>
71
                    </table>
67
 
72
 
68
                </div>
73
                </div>
69
            </div>
74
            </div>