[% USE raw %]
[% USE Asset %]
[% USE Koha %]
[% USE Branches %]
[% USE AuthorisedValues %]
[% USE Price %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
Koha › Patrons › Collect fine payment for [% patron.firstname | html %] [% patron.surname | html %]
[% INCLUDE 'doc-head-close.inc' %]
[% INCLUDE 'header.inc' %]
[% INCLUDE 'patron-search.inc' %]
Home ›
Patrons ›
Pay fines for [% patron.firstname | html %] [% patron.surname | html %] ›
[% IF ( pay_individual ) %]Pay an individual fine
[% ELSIF ( writeoff_individual ) %]Write off an individual fine
[% ELSE %]
[% IF ( selected_accts ) %]
[% IF type == 'writeoff' %]Write off an amount toward selected fines
[% ELSE %]Pay an amount toward selected fines
[% END %]
[% ELSE %]Pay an amount toward all fines
[% END %]
[% END %]
[% INCLUDE 'members-toolbar.inc' borrowernumber=patron.borrowernumber %]