From 510e0dd8781c070598d9288f513a444775cc511c 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 Signed-off-by: Owen Leonard Signed-off-by: Kelly --- 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 ccef7061fb..c4ae89114c 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