Lines 54-60
Link Here
|
54 |
[% CASE %][% ACCOUNT_LINE.accounttype %] |
54 |
[% CASE %][% ACCOUNT_LINE.accounttype %] |
55 |
[%- END -%] |
55 |
[%- END -%] |
56 |
[%- IF ACCOUNT_LINE.description %], [% ACCOUNT_LINE.description %][% END %] |
56 |
[%- IF ACCOUNT_LINE.description %], [% ACCOUNT_LINE.description %][% END %] |
57 |
[% IF line.title %]([% line.title |html_entity %])[% END %] |
57 |
[% IF ACCOUNT_LINE.title %]([% ACCOUNT_LINE.title %])[% END %] |
58 |
</td> |
58 |
</td> |
59 |
[% IF ( ACCOUNT_LINE.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% ACCOUNT_LINE.amount %]</td> |
59 |
[% IF ( ACCOUNT_LINE.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% ACCOUNT_LINE.amount %]</td> |
60 |
[% IF ( ACCOUNT_LINE.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% ACCOUNT_LINE.amountoutstanding %]</td> |
60 |
[% IF ( ACCOUNT_LINE.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% ACCOUNT_LINE.amountoutstanding %]</td> |
61 |
- |
|
|