Subversion Repositories SmartDukaan

Rev

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

Rev 31295 Rev 31296
Line 33... Line 33...
33
                     #if($partnerMonthSaleMap.get($name.getValue().getPartnerId()).get($ym))
33
                     #if($partnerMonthSaleMap.get($name.getValue().getPartnerId()).get($ym))
34
                    <td class="currency">$partnerMonthSaleMap.get($name.getValue().getPartnerId()).get($ym)</td>
34
                    <td class="currency">$partnerMonthSaleMap.get($name.getValue().getPartnerId()).get($ym)</td>
35
                    #else
35
                    #else
36
                    <td>0</td>
36
                    <td>0</td>
37
                    #end
37
                    #end
-
 
38
                    #end
38
                     
39
                     
39
                     </tr>
40
                     </tr>
40
                    #end
41
                    #end
41
                </tbody>
42
                </tbody>
42
            </table>
43
            </table>