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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-2 / +1 lines)
Lines 107-113 Link Here
107
        [%- IF line.description %], [% line.description | html %][% END %]
107
        [%- IF line.description %], [% line.description | html %][% END %]
108
        [% IF line.title %]([% line.title | html %])[% END %]
108
        [% IF line.title %]([% line.title | html %])[% END %]
109
    </td>
109
    </td>
110
    <td><input type="text" class="focus" name="payment_note_[% line.accountlines_id | html %]" /></td>
110
    <td><input type="text" name="payment_note_[% line.accountlines_id | html %]" /></td>
111
    <td>[% line.accounttype | html %]</td>
111
    <td>[% line.accounttype | html %]</td>
112
    <td class="debit" style="text-align: right;">[% line.amount | $Price %]</td>
112
    <td class="debit" style="text-align: right;">[% line.amount | $Price %]</td>
113
    <td class="debit" style="text-align: right;">[% line.amountoutstanding | $Price %]</td>
113
    <td class="debit" style="text-align: right;">[% line.amountoutstanding | $Price %]</td>
114
- 

Return to bug 20527