Subversion Repositories SmartDukaan

Rev

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

Rev 31293 Rev 31294
Line 29... Line 29...
29
                    #foreach($name in $customRetailerMap.entrySet())
29
                    #foreach($name in $customRetailerMap.entrySet())
30
                    <tr>
30
                    <tr>
31
                     <td>$name.getValue().getBusinessName()</td>
31
                     <td>$name.getValue().getBusinessName()</td>
32
                    #foreach($ym in $yearMonth)
32
                    #foreach($ym in $yearMonth)
33
                
33
                
34
                    <td>$name.getKey()</td>
34
                    <td>$partnerMonthSaleMap.get($name.getValue().getPartnerId()).get($ym)</td>
35
                    #end
35
                    #end
36
                     
36
                     
37
                     </tr>
37
                     </tr>
38
                    #end
38
                    #end
39
                </tbody>
39
                </tbody>