@@ -, +, @@ - Open the checkout page for a patron with one or more holds. - Under the "Holds" tab, the table of holds should have a "Suspend" column with controls for suspending or resuming holds. - Check that the same is true on the patron detail page. - Set the "SuspendHoldsIntranet" system preference to "Don't allow." - Test the checkout and detail pages again and confirm that the "Suspend" column does not appear. --- .../intranet-tmpl/prog/en/modules/circ/circulation.tt | 14 ++++++++------ .../intranet-tmpl/prog/en/modules/members/moremember.tt | 15 +++++++++------ koha-tmpl/intranet-tmpl/prog/js/holds.js | 1 + 3 files changed, 18 insertions(+), 12 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -1021,11 +1021,7 @@ [% Asset.js("lib/jquery/plugins/jquery-ui-timepicker-addon.min.js") | $raw %] [% INCLUDE 'timepicker.inc' %] [% Asset.js("lib/jquery/plugins/jquery.dataTables.rowGrouping.js") | $raw %] - [% Asset.js("js/pages/circulation.js") | $raw %] - [% Asset.js("js/checkouts.js") | $raw %] - [% Asset.js("js/holds.js") | $raw %] - [% Asset.js("js/circ-patron-search-results.js") | $raw %] - + [% Asset.js("js/pages/circulation.js") | $raw %] + [% Asset.js("js/checkouts.js") | $raw %] + [% Asset.js("js/holds.js") | $raw %] + [% Asset.js("js/circ-patron-search-results.js") | $raw %] + + [% Asset.js("js/pages/circulation.js") | $raw %] + [% Asset.js("js/checkouts.js") | $raw %] + [% Asset.js("js/holds.js") | $raw %] + [% INCLUDE 'str/members-menu.inc' %] + [% Asset.js("js/members-menu.js") | $raw %] + [% Asset.js("js/messaging-preference-form.js") | $raw %] +