From ed398ca419f6ce3f62d75f15a968bd5b96e2e47a 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 Signed-off-by: Jonathan Druart --- 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 eb4aab06e43..50d43723851 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 3fae5c069b1..9448a3a585c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -895,7 +895,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.25.1