From da9b63ebf4c81fdd6cb2c0f6d1741bcd8783ac0a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 22 May 2020 10:23:55 +0200 Subject: [PATCH] Bug 25576: Add link to the manual for the ILL module Test plan: Enable ILLModule system preference. Go to ILL requests Click Help --- Koha/Manual.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Manual.pm b/Koha/Manual.pm index 3c1e45f206..e9551f1aa7 100644 --- a/Koha/Manual.pm +++ b/Koha/Manual.pm @@ -131,6 +131,7 @@ our $mapping = { 'course_reserves/course-details' => '/course_reserves.html', 'course_reserves/course-reserves' => '/course_reserves.html', 'course_reserves/course' => '/course_reserves.html#adding-courses', + 'ill/ill-requests' => '/ILL_requests.html', 'labels/label-edit-batch' => '/tools.html#label-batches-label', 'labels/label-edit-layout' => '/tools.html#label-layouts-label', 'labels/label-edit-profile' => '/tools.html#label-profiles-label', -- 2.20.1