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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +1 lines)
Lines 752-758 Link Here
752
752
753
                                    [% SET ClaimReturnedWarningThreshold = Koha.Preference('ClaimReturnedWarningThreshold') %]
753
                                    [% SET ClaimReturnedWarningThreshold = Koha.Preference('ClaimReturnedWarningThreshold') %]
754
                                    [% SET return_claims = patron.return_claims %]
754
                                    [% SET return_claims = patron.return_claims %]
755
                                    [% IF return_claims.count %]
755
                                    [% IF return_claims.count > ClaimReturnedWarningThreshold %]
756
                                        <li><span class="circ-hlt return-claims">Return claims: Patron has [% return_claims.count | html %] RETURN CLAIMS.</span>
756
                                        <li><span class="circ-hlt return-claims">Return claims: Patron has [% return_claims.count | html %] RETURN CLAIMS.</span>
757
                                    [% END %]
757
                                    [% END %]
758
758
759
- 

Return to bug 24829