From 6cde99b4d03197aa3297c307248b691d8b429b4c Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 12 Mar 2019 11:11:45 +0000 Subject: [PATCH] Bug 19747: Add link to article requests help page Newer manuals contain information about article requests. This patch adds the link to the article request section in the manual. To test: - Activate ArticleRequests system preference - Go to Circulation > Article requests - Click on Help - Verify that you end up in the proper section of the manual Signed-off-by: Michal Denar --- Koha/Manual.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Manual.pm b/Koha/Manual.pm index 56ef9a4b8a..cc8c6686cd 100644 --- a/Koha/Manual.pm +++ b/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', -- 2.11.0