From bbd3ce41d048602d6d10af71d61e68122d5b1d31 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 1 Aug 2024 19:05:41 +0000 Subject: [PATCH] Bug 37483: batch extend due dates list is a stateless action Remove cud- from op and submit form as get To test: 1 - Checkout some items to patrons of at least two libraries 2 - Tools -> Batch extend due dates 3 - Select nothing except 'preview' and submit 4 - Blank screen 5 - Apply patch, repeat 6 - It works! 7 - Filter by library and confirm it still works 8 - Sign off! --- .../prog/en/modules/tools/batch_extend_due_dates.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt index 994deb91cb6..9a784d4a57a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt @@ -82,7 +82,7 @@ [% END %] [% IF view == 'form' %] -
+ [% INCLUDE 'csrf-token.inc' %]
Checkout criteria: @@ -150,7 +150,7 @@
- + Cancel
-- 2.39.2