From 952a9691091d4cd9412a6d6e1c2e8202323939dd Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 30 Jul 2025 18:10:23 +0000 Subject: [PATCH] Bug 40451: Link patron restriction types to correct section in manual The mapping connecting the patron restriction types administration page to the corresponding page in the manual was incorrect. This patch fixes it so that clicking the help link from that page will take the user directly to the correct place on the page. To test, apply the patch and restart services. - Go to Administration -> Patron restriction types. - Click the "Help" link. - You should be taken directly to the Patron restriction types page in the manual: administration.html#patron-restriction-types Sponsored-by: Athens County Public Libraries --- Koha/Manual.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Manual.pm b/Koha/Manual.pm index fe5cc2c5b37..c47dc962b82 100644 --- a/Koha/Manual.pm +++ b/Koha/Manual.pm @@ -125,7 +125,7 @@ our $mapping = { 'admin/preferences#web_services' => '/webservicespreferences.html', 'admin/smart-rules' => '/administration.html#circulation-and-fine-rules', 'admin/smtp_servers' => '/administration.html#smtp-servers', - 'admin/restrictions' => '/administration.html#patron-restrictions', + 'admin/restrictions' => '/administration.html#patron-restriction-types', 'admin/share_content' => '/administration.html#share-content-with-mana-kb', 'admin/sms_providers' => '/administration.html#sms-cellular-providers', 'admin/systempreferences' => '/localusepreferences.html', -- 2.39.5