View | Details | Raw Unified | Return to bug 16854
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +1 lines)
Lines 292-298 function checkMultiHold() { Link Here
292
    </div>
292
    </div>
293
[% END %]
293
[% END %]
294
294
295
[% IF ( expiry || diffbranch ) %]
295
[% IF ( expiry || diffbranch || restricted || ( amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') ) ) %]
296
<div class="dialog message"><ul>
296
<div class="dialog message"><ul>
297
    [% IF ( expiry ) %]
297
    [% IF ( expiry ) %]
298
    <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a>: <strong>Account has expired</strong></li>
298
    <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a>: <strong>Account has expired</strong></li>
299
- 

Return to bug 16854