[% INCLUDE 'doc-head-open.inc' %] Koha › Patrons › Pay Fines 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 ( accounts ) %]
[% FOREACH account_grp IN accounts %] [% FOREACH line IN account_grp.accountlines %] [% END %] [% IF ( account_grp.total ) %] [% END %] [% END %]
Fines & charges Sel Description Account type Notify id Level Amount Amount outstanding
Total Due: [% total | format('%.2f') %]
[% IF ( line.amountoutstanding > 0 ) %] [% END %] [% IF ( line.amountoutstanding > 0 ) %] [% END %] [% line.description %] ([% line.title |html_entity %]) [% line.accounttype %] [% line.notify_id %] [% line.notify_level %] [% line.amount | format('%.2f') %] [% line.amountoutstanding | format('%.2f') %]
Sub total: [% account_grp.total | format('%.2f') %]
Cancel
[% ELSE %]

[% borrower.firstname %] [% borrower.surname %] has no outstanding fines.

[% END %]
[% INCLUDE 'circ-menu.tt' %]
[% INCLUDE 'intranet-bottom.inc' %]