Lines 21-32
Link Here
|
21 |
</div> |
21 |
</div> |
22 |
[% END %] |
22 |
[% END %] |
23 |
[% SET registers = Registers.all( filters => { current_branch => 1 } ) %] |
23 |
[% SET registers = Registers.all( filters => { current_branch => 1 } ) %] |
24 |
<title>Koha › Patrons › |
24 |
<title> |
25 |
[% IF type == 'WRITEOFF' %] |
25 |
[% IF type == 'WRITEOFF' %] |
26 |
Write off an amount for [% patron.firstname | html %] [% patron.surname | html %] |
26 |
Write off an amount for [% patron.firstname | html %] [% patron.surname | html %] |
27 |
[% ELSE %] |
27 |
[% ELSE %] |
28 |
Collect fine payment for [% patron.firstname | html %] [% patron.surname | html %] |
28 |
Collect fine payment for [% patron.firstname | html %] [% patron.surname | html %] |
29 |
[% END %] |
29 |
[% END %] › Patrons › Koha |
30 |
</title> |
30 |
</title> |
31 |
[% INCLUDE 'doc-head-close.inc' %] |
31 |
[% INCLUDE 'doc-head-close.inc' %] |
32 |
</head> |
32 |
</head> |