From 4b1b814b580e0968cc800d8e157e0c25b38e22bc Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 26 Sep 2023 19:04:17 +0000 Subject: [PATCH] Bug 34923: Allow direct input of hold dates on opac-reserve.tt To test: 1. Turn on AllowHoldDateInFuture and OPACAllowHoldDateInFuture 2. Make a hold in OPAC and notice you cannot directly input a date in either the "Hold starts on date:" field or the "Hold not needed after:" field. 3. APPLY PATCH 4. Clear your browser cache and try again. You should be able to directly input dates. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt index 982da83306..bc497b17f0 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -530,7 +530,6 @@ $(".futuredate").parent().append(requiredDiv); } } - $(".holddatefrom,.futuredate").prop("readOnly", true); $(".checkitem").parent().click(function(e){ if(e.target.tagName.toLowerCase() == 'td'){ -- 2.30.2