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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +1 lines)
Lines 279-285 $(document).ready(function() { Link Here
279
[% END %]
279
[% END %]
280
280
281
[% IF PREVISSUE %]
281
[% IF PREVISSUE %]
282
    <li>This item has previously been checked out to this patron.  Check out anyway?</li>
282
    <li>Patron has previously checked out this title: <b>[% item.title %] [% IF item.author %] by [% item.author %][% END %]</b>. Check out anyway?</li>
283
[% END %]
283
[% END %]
284
284
285
[% IF BIBLIO_ALREADY_ISSUED %]
285
[% IF BIBLIO_ALREADY_ISSUED %]
286
- 

Return to bug 17472