From 2cdc1a4ec89c4a8cdd61afb225383f210a77ddd0 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 18 Apr 2018 14:56:13 -0300 Subject: [PATCH] Bug 20614: Use GET instead of POST for subscription renewing It will prevent Firefox (and certainly other browsers) to block the form resubmit: "To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier." Test plan: Renew a subscription and save => You should not longer see the browser warning Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt index 3ceb99c..24a977c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt @@ -20,7 +20,7 @@

Check expiration

-
+
Filter results: -- 2.1.4