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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-2 / +1 lines)
Lines 136-142 function enableCheckboxActions(){ Link Here
136
          [% CASE %][% line.accounttype %]
136
          [% CASE %][% line.accounttype %]
137
        [%- END -%]
137
        [%- END -%]
138
        [%- IF line.description %], [% line.description %][% END %]
138
        [%- IF line.description %], [% line.description %][% END %]
139
        [% IF line.title %]([% line.title |html_entity %])[% END %]
139
        [% IF line.title %]([% line.title |html %])[% END %]
140
    </td>
140
    </td>
141
    <td><input type="text" name="payment_note_[% line.accountno %]" /></td>
141
    <td><input type="text" name="payment_note_[% line.accountno %]" /></td>
142
    <td>[% line.accounttype %]</td>
142
    <td>[% line.accounttype %]</td>
143
- 

Return to bug 13133