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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-4 / +3 lines)
Lines 64-73 Link Here
64
	<td>[% loop_pa.description %] [% loop_pa.title |html %]</td>
64
	<td>[% loop_pa.description %] [% loop_pa.title |html %]</td>
65
    <td>
65
    <td>
66
        [% IF ( loop_pa.net_balance ) %]
66
        [% IF ( loop_pa.net_balance ) %]
67
        <input type="text" name="note[% loop_pa.i %]" value="
67
            <input type="text" name="note[% loop_pa.i %]" value="[% loop_pa.note %]" />
68
        [% ELSE %]
69
            [% loop_pa.note %]
68
        [% END %]
70
        [% END %]
69
        [% loop_pa.note %]
70
        [% IF ( loop_pa.net_balance ) %]" />[% END %]
71
    </td>
71
    </td>
72
	<td>[% loop_pa.accounttype %]</td>
72
	<td>[% loop_pa.accounttype %]</td>
73
	<td>[% loop_pa.notify_id %]</td>
73
	<td>[% loop_pa.notify_id %]</td>
74
- 

Return to bug 6412