@@ -, +, @@ - 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 --- Koha/Manual.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Manual.pm +++ a/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', --