|
Lines 77-83
Link Here
|
| 77 |
[%- IF account.description %], [% account.description | html %][% END %] |
77 |
[%- IF account.description %], [% account.description | html %][% END %] |
| 78 |
</td> |
78 |
</td> |
| 79 |
<td>[% account.note | html %]</td> |
79 |
<td>[% account.note | html %]</td> |
| 80 |
[% IF ( account.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amount | html %]</td> |
80 |
[% IF ( account.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amount | $Price %]</td> |
| 81 |
[% IF ( account.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amountoutstanding | $Price %]</td> |
81 |
[% IF ( account.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amountoutstanding | $Price %]</td> |
| 82 |
</tr> |
82 |
</tr> |
| 83 |
|
83 |
|
| 84 |
- |
|
|