From 8d84f8496b7b9c7734a4ce6f2c05a1087bfab628 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 18 Mar 2024 08:44:24 +0000 Subject: [PATCH] Bug 35331: Fix URL parmameter in unit test method => op Signed-off-by: Katrin Fischer --- t/db_dependent/Koha/Plugins/Ill_hooks.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Plugins/Ill_hooks.t b/t/db_dependent/Koha/Plugins/Ill_hooks.t index 5abd6e6a56..5b420fffc5 100755 --- a/t/db_dependent/Koha/Plugins/Ill_hooks.t +++ b/t/db_dependent/Koha/Plugins/Ill_hooks.t @@ -54,7 +54,7 @@ subtest 'ill_table_actions hook' => sub { [ { 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