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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-1 / +4 lines)
Lines 199-204 $(document).ready(function() { Link Here
199
                        <li><i class="fa fa-li fa-warning"></i>This item is on hold for another patron. The hold will be overridden, but not cancelled.</li>
199
                        <li><i class="fa fa-li fa-warning"></i>This item is on hold for another patron. The hold will be overridden, but not cancelled.</li>
200
                      [% END %]
200
                      [% END %]
201
                  [% END %]
201
                  [% END %]
202
203
                  [% IF checkout_info.PREVISSUE %]
204
                      <li>This item has previously been checked out to this patron.</li>
205
                  [% END %]
202
                </ul>
206
                </ul>
203
              [% END %]
207
              [% END %]
204
208
205
- 

Return to bug 6906