From fa0dd343cc4e3cc5249b5b443718cd9c91caaeb7 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 17 Oct 2023 14:52:07 +0000 Subject: [PATCH] Bug 35068: (follow-up) Disable button after clicking Renew all Content-Type: text/plain; charset=utf-8 Signed-off-by: Owen Leonard Signed-off-by: Kelly Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js index 1c8003b24a..b9a4ca95ac 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js +++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js @@ -259,7 +259,7 @@ $(document).ready(function() { $("#UncheckAllCheckins").click(); showHideOnHoldRenewal(); $("#RenewChecked").click(); - + $('#RenewChecked').prop('disabled' , true ); // Prevent form submit return false; }); -- 2.30.2