View | Details | Raw Unified | Return to bug 21167
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt (-2 / +1 lines)
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
- 

Return to bug 21167