From bff94dee7785aaf4069ef543d7fea97ccd2905a1 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 Signed-off-by: Katrin Fischer --- Koha/Illrequest.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Illrequest.pm b/Koha/Illrequest.pm index bfaf284bdd..3647287f97 100644 --- a/Koha/Illrequest.pm +++ b/Koha/Illrequest.pm @@ -2077,7 +2077,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.39.5