From 448343f50a92c1f2a46ea6b87267b36d1c621721 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 2 Jun 2019 08:58:50 +0000 Subject: [PATCH] Bug 22958: Fix help link on the SMS providers page The help link on the SMS providers page didn't link to the according chapter in the manual. To test: - Enter Email in SMSSendDriver system preference to make the configuration page appear - Go to Administration > SMS cellular providers - Click on the help link - Verify it leads to the manual start page - Apply patch - Repeat and verify the link now leads to the correct section in the manual Signed-off-by: Liz Rea Signed-off-by: Josef Moravec --- Koha/Manual.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Manual.pm b/Koha/Manual.pm index 29028eff8b..99be4e4476 100644 --- a/Koha/Manual.pm +++ b/Koha/Manual.pm @@ -92,6 +92,7 @@ our $mapping = { 'admin/patron-attr-types' => '/administration.html#patron-attribute-types', 'admin/preferences' => '/systempreferences.html', 'admin/smart-rules' => '/administration.html#circulation-and-fine-rules', + 'admin/sms_providers' => '/administration.html#sms-cellular-providers', 'admin/systempreferences' => '/systempreferences.html#local-use', 'admin/transport-cost-matrix' => '/administration.html#transport-cost-matrix', 'admin/z3950servers' => '/administration.html#z39.50/sru-servers', -- 2.11.0