Subversion Repositories SmartDukaan

Rev

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

Rev 35147 Rev 35155
Line 66... Line 66...
66
            </tr>
66
            </tr>
67
            </thead>
67
            </thead>
68
            <tbody>
68
            <tbody>
69
                #foreach($brandRegionModelEntry in $brandRegionModelMap.entrySet())
69
                #foreach($brandRegionModelEntry in $brandRegionModelMap.entrySet())
70
                <tr class="green">
70
                <tr class="green">
-
 
71
                    <td>
-
 
72
                        #if($brandRegionModelEntry.getKey() != -1)
71
                    <td><b>$authUserMap.get($brandRegionModelEntry.getKey())</b></td>
73
                            <b>$authUserMap.get($brandRegionModelEntry.getKey())</b>
-
 
74
                        #else -
-
 
75
                        #end
-
 
76
                    </td>
72
                    #foreach($brand in $brands)
77
                    #foreach($brand in $brands)
73
                        #set($obj = $brandRegionModelEntry.getValue().get($brand))
78
                        #set($obj = $brandRegionModelEntry.getValue().get($brand))
74
                        #if($obj.getTodayPOValue())
79
                        #if($obj.getTodayPOValue())
75
                            <td class="currency">$obj.getTodayPOValue()</td>
80
                            <td class="currency">$obj.getTodayPOValue()</td>
76
                        #else
81
                        #else