From 813ec8576632be832cb974fbcc85270655ba802a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 25 Oct 2021 11:11:10 +0000 Subject: [PATCH] Bug 29212: (follow-up) Update missing date input I missed the "Suspend all holds" date input in previous patches. Signed-off-by: David Nind --- koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc | 3 +-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc index eb4aab06e4..50d4372385 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc @@ -205,8 +205,7 @@ [% IF AutoResumeSuspendedHolds %] - - Clear date to suspend indefinitely + [% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt index 41878ab008..8a5b0f141e 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -904,7 +904,6 @@ $('#opac-user-article-requests caption .count').html(AR_CAPTION_COUNT.format('[% current_article_requests_count | html %]')); $('#opac-user-views').tabs(); $(".modal-nojs").addClass("modal").addClass("hide").removeClass("modal-nojs"); - $(".suspend-until").prop("readonly",1); $(".btn-delete-hold").on("click", function(e){ e.preventDefault(); -- 2.20.1