@@ -, +, @@ - Activate ArticleRequests system preference - Go to Circulation > Article requests - Click on Help - Verify that you end up in the proper section of the manual --- Koha/Manual.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Manual.pm +++ a/Koha/Manual.pm @@ -111,6 +111,7 @@ our $mapping = { 'cataloguing/linkitem' => '/cataloging.html#adding-analytic-records', 'cataloguing/merge' => '/cataloging.html#merging-records', 'cataloguing/moveitem' => '/cataloging.html#moving-items', + 'circ/article-requests' => '/circulation.html#article-requests', 'circ/branchoverdues' => '/circulation.html#overdues-with-fines', 'circ/branchtransfers' => '/circulation.html#transfers', 'circ/circulation-home' => '/circulation.html', --