Lines 6-11
Link Here
|
6 |
[% USE Categories %] |
6 |
[% USE Categories %] |
7 |
[% USE ItemTypes %] |
7 |
[% USE ItemTypes %] |
8 |
[% USE AuthorisedValues %] |
8 |
[% USE AuthorisedValues %] |
|
|
9 |
[% USE Price %] |
9 |
[% SET footerjs = 1 %] |
10 |
[% SET footerjs = 1 %] |
10 |
[% INCLUDE 'doc-head-open.inc' %] |
11 |
[% INCLUDE 'doc-head-open.inc' %] |
11 |
[% UNLESS ( multi_hold ) %] |
12 |
[% UNLESS ( multi_hold ) %] |
Lines 139-145
Link Here
|
139 |
[% END %] |
140 |
[% END %] |
140 |
|
141 |
|
141 |
[% IF amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') %] |
142 |
[% IF amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') %] |
142 |
<li><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a>: <strong>Patron has outstanding fines: [% amount_outstanding | format('%.2f') %]</strong></li> |
143 |
<li><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a>: <strong>Patron has outstanding fines: [% amount_outstanding | $Price %]</strong></li> |
143 |
[% END %] |
144 |
[% END %] |
144 |
|
145 |
|
145 |
[% IF ( diffbranch ) %] |
146 |
[% IF ( diffbranch ) %] |
146 |
- |
|
|