Subversion Repositories SmartDukaan

Rev

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

Rev 31435 Rev 31439
Line 30... Line 30...
30
                <tbody>
30
                <tbody>
31
                    #foreach($invoiceEntry in $invoiceMap.entrySet())
31
                    #foreach($invoiceEntry in $invoiceMap.entrySet())
32
                    <tr>
32
                    <tr>
33
                        <td>$invoiceEntry.getKey()</td>
33
                        <td>$invoiceEntry.getKey()</td>
34
                        <td>$datehiphenFormatter.format($invoiceEntry.getValue())</td>
34
                        <td>$datehiphenFormatter.format($invoiceEntry.getValue())</td>
35
                        <td><a href="/purchase-invoice/$invoiceEntry.getKey()">Download</a></td>
35
                        <td><a href="/purchase-invoice/$invoiceEntry.getKey()" target="_blank">Download</a></td>
36
                    </tr>
36
                    </tr>
37
                    #end
37
                    #end
38
                </tbody>
38
                </tbody>
39
            </table>
39
            </table>
40
        </div>
40
        </div>