|
Lines 95-100
tables:
Link Here
|
| 95 |
- " <td class=\"credit\">[% credit.amount | $Price %]</td>" |
95 |
- " <td class=\"credit\">[% credit.amount | $Price %]</td>" |
| 96 |
- " </tr>" |
96 |
- " </tr>" |
| 97 |
- "" |
97 |
- "" |
|
|
98 |
- "[% IF ( tendered ) %]" |
| 99 |
- " <tr>" |
| 100 |
- " <td colspan=\"3\">Amount tendered: </td>" |
| 101 |
- " <td>[% tendered | $Price %]</td>" |
| 102 |
- " </tr>" |
| 103 |
- " <tr>" |
| 104 |
- " <td colspan=\"3\">Change given: </td>" |
| 105 |
- " <td>[% change | $Price %]</td>" |
| 106 |
- " </tr>" |
| 107 |
- "[% END %]" |
| 108 |
- "" |
| 98 |
- "<tfoot>" |
109 |
- "<tfoot>" |
| 99 |
- " <tr>" |
110 |
- " <tr>" |
| 100 |
- " <td colspan=\"3\">Total outstanding dues as on date: </td>" |
111 |
- " <td colspan=\"3\">Total outstanding dues as on date: </td>" |
| 101 |
- |
|
|