From 4be9d53172c03c535ea0b87bb71f0e0c3cc6905f Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Wed, 6 Mar 2024 10:25:08 +0000 Subject: [PATCH] Bug 35331: CSRF follow-up Update method to op --- Koha/Illrequest.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Illrequest.pm b/Koha/Illrequest.pm index f0e1a9e76f2..2f7231dbc8e 100644 --- a/Koha/Illrequest.pm +++ b/Koha/Illrequest.pm @@ -2139,7 +2139,7 @@ sub get_staff_table_actions { my $ill_table_actions = [ { button_class => 'btn btn-default btn-sm', - button_link => '/cgi-bin/koha/ill/ill-requests.pl?method=illview&illrequest_id=', + button_link => '/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=', append_column_data_to_link => 1, button_link_translatable_text => 'ill_manage', } -- 2.30.2