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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-2 / +1 lines)
Lines 173-179 $(document).ready(function() { Link Here
173
173
174
                  [% IF NOT checkout_info.IMPOSSIBLE && ( CAN_user_circulate_force_checkout or checkout_info.HIGHHOLDS ) %]
174
                  [% IF NOT checkout_info.IMPOSSIBLE && ( CAN_user_circulate_force_checkout or checkout_info.HIGHHOLDS ) %]
175
                      [% IF checkout_info.RESERVED || checkout_info.RESERVE_WAITING %] <!-- arbitrary choice, revert the reserve is not possible-->
175
                      [% IF checkout_info.RESERVED || checkout_info.RESERVE_WAITING %] <!-- arbitrary choice, revert the reserve is not possible-->
176
                      <p>The hold will be canceled.</p>
176
                        <p>This item is on hold for another patron. The hold will be overridden, but not cancelled.</p>
177
                      [% END %]
177
                      [% END %]
178
                  [% END %]
178
                  [% END %]
179
                </p>
179
                </p>
180
- 

Return to bug 11759