Bug 19747: Add link to article requests help page
authorKatrin Fischer <katrin.fischer.83@web.de>
Tue, 12 Mar 2019 11:11:45 +0000 (11:11 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 11 Apr 2019 11:32:51 +0000 (11:32 +0000)
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 <black23@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Koha/Manual.pm

index 56ef9a4..cc8c668 100644 (file)
@@ -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',