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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +1 lines)
Lines 71-77 Link Here
71
                        </div>
71
                        </div>
72
                    [% END %]
72
                    [% END %]
73
73
74
                    [% IF ( borrower.blockedonfines ) %]
74
                    [% IF ( borrower.blockedonfines && Koha.Preference('OPACHoldRequests') ) %]
75
                        <div class="alert alert-warning" id="blockedonfines">
75
                        <div class="alert alert-warning" id="blockedonfines">
76
                            <strong>Please note:</strong><span> Your account has outstanding fees & charges of [% amountoutstanding | $Price %]. Holds are blocked because your fine balance is over the limit.</span>
76
                            <strong>Please note:</strong><span> Your account has outstanding fees & charges of [% amountoutstanding | $Price %]. Holds are blocked because your fine balance is over the limit.</span>
77
                        </div>
77
                        </div>
78
- 

Return to bug 30508