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 744-750 Link Here
744
744
745
                                    [% SET ClaimReturnedWarningThreshold = Koha.Preference('ClaimReturnedWarningThreshold') %]
745
                                    [% SET ClaimReturnedWarningThreshold = Koha.Preference('ClaimReturnedWarningThreshold') %]
746
                                    [% SET return_claims = patron.return_claims %]
746
                                    [% SET return_claims = patron.return_claims %]
747
                                    [% IF return_claims.count %]
747
                                    [% IF return_claims.count > ClaimReturnedWarningThreshold %]
748
                                        <li><span class="circ-hlt return-claims">Return claims: Patron has [% return_claims.count | html %] RETURN CLAIMS.</span>
748
                                        <li><span class="circ-hlt return-claims">Return claims: Patron has [% return_claims.count | html %] RETURN CLAIMS.</span>
749
                                    [% END %]
749
                                    [% END %]
750
750
751
- 

Return to bug 24829