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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +5 lines)
Lines 241-247 $(document).ready(function() { Link Here
241
[% END %]
241
[% END %]
242
242
243
[% IF ( PATRON_CANT ) %]
243
[% IF ( PATRON_CANT ) %]
244
    <li>This patron can't check out this item per library circulation policy</li>
244
    <li>This patron can't check out this item per library circulation policy.</li>
245
[% END %]
246
247
[% IF ( TOO_MANY and TOO_MANY == 'NO_RULE_DEFINED' ) %]
248
    <li>No circ rule deinfed for this patron and itemtype combination.</li>
245
[% END %]
249
[% END %]
246
250
247
[% IF ( NOT_FOR_LOAN_FORCING ) %]
251
[% IF ( NOT_FOR_LOAN_FORCING ) %]
248
- 

Return to bug 8361