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