[% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] Koha › Patrons › Collect fine payment for [% borrower.firstname %] [% borrower.surname %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %]
[% INCLUDE 'members-toolbar.inc' borrowernumber=borrower.borrowernumber %]
[% IF ( error_over ) %]
You must pay a value less than or equal to [% total_due | format('%.2f') %].
[% END %] [% IF ( pay_individual ) %]
Pay an individual fine
Description Account type Notify id Level Amount Amount outstanding
Total amount payable:[% amountoutstanding | format('%.2f') %]
[% description %] [% title %] [% accounttype %] [% notify_id %] [% notify_level %] [% amount | format('%.2f') %] [% amountoutstanding | format('%.2f') %]
[% ELSIF ( writeoff_individual ) %]
Write off an individual fine
Description Account type Notify id Level Amount Amount outstanding
Total amount to be written off:[% amountoutstanding | format('%.2f') %]
[% description %] [% title %] [% accounttype %] [% notify_id %] [% notify_level %] [% amount | format('%.2f') %] [% amountoutstanding | format('%.2f') %]
[% ELSE %]
[% IF ( selected_accts ) %]Pay an amount toward selected fines[% ELSE %]Pay an amount toward all fines[% END %]
  1. Total amount outstanding: [% total | format('%.2f') %]
[% END %]
[% INCLUDE 'circ-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]