[% 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 ) %]
[% error %]
[% END %] [% IF ( pay_individual ) %]
Description Account Type Notify id Level Amount Amount Outstanding
[% description %] [% title %] [% accounttype %] [% notify_id %] [% notify_level %] [% amount | format('%.2f') %] [% amountoutstanding | format('%.2f') %]
Total Amount Payable : [% amountoutstanding | format('%.2f') %]
Collect From Patron:
Cancel
[% ELSIF ( writeoff_individual ) %]
Description Account Type Notify id Level Amount Amount Outstanding
[% description %] [% title %] [% accounttype %] [% notify_id %] [% notify_level %] [% amount | format('%.2f') %] [% amountoutstanding | format('%.2f') %]
Writeoff This Charge?
Cancel
[% ELSE %]
Total Amount Outstanding : [% total | format('%.2f') %]
Collect From Patron:
Cancel
[% END %]
[% INCLUDE 'circ-menu.tt' %]
[% INCLUDE 'intranet-bottom.inc' %]