[% USE Asset %] [% USE Koha %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Patrons › Collect fine payment for [% patron.firstname %] [% patron.surname %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %]
[% INCLUDE 'members-toolbar.inc' borrowernumber=patron.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 Amount Amount outstanding
Total amount payable:[% amountoutstanding | format('%.2f') %]
[% individual_description %] [% accounttype %] [% amount | format('%.2f') %] [% amountoutstanding | format('%.2f') %]
[% ELSIF ( writeoff_individual ) %]
Write off an individual fine
Description Account type Amount Amount outstanding
Total amount outstanding:[% amountoutstanding | format('%.2f') %]
[% description %] [% title %] [% accounttype %] [% 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' %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/members-menu.js") %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]