@@ -, +, @@ --- .../prog/en/modules/circ/circulation.tt | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -370,14 +370,18 @@ function validate1(date) { [% IF ( RESERVED ) %]

- +

[% END %] [% IF ( RESERVE_WAITING ) %]

- + [%# We *must* cancel waiting holds when overriding, see bug 8559 %] + [%# This checkbox is just a visual cue that the hold will be canceled %] + + [%# This hidden input actually does the deed of canceling the waiting reserve %] +

[% END %] --