From 0bc4e414593b4d57576d2f9615ed3146b4acb6b3 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 Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart (cherry picked from commit 50b6e447735ee31a2fbba5b116959cdb6d451c19) Signed-off-by: Lucas Gass (cherry picked from commit abc259607eb9b0a8e9781e29c664fecfce103ac2) Signed-off-by: Aleisha Amohia --- Koha/Manual.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Manual.pm b/Koha/Manual.pm index 966a723897..7fce10bc6e 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.39.5