From 5122b2864f2e6713dcbf41a83b17e33e08d14e03 Mon Sep 17 00:00:00 2001 From: Andrew Fuerste-Henry Date: Thu, 5 Nov 2020 20:28:11 +0000 Subject: [PATCH] Bug 26944: Point help link to automatic item mod in manual To test: 1 - go to automatic item mod, click help, end up at manual homepage 2 - apply patch, restart, reload page 3 - click link again, go to auto item mod in manual Signed-off-by: Sally --- Koha/Manual.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Manual.pm b/Koha/Manual.pm index e9551f1aa7..a69c079806 100644 --- a/Koha/Manual.pm +++ b/Koha/Manual.pm @@ -205,6 +205,7 @@ our $mapping = { 'suggestion/suggestion' => '/acquisitions.html#managing-suggestions', 'tags/list' => '/tools.html#tag-moderation', 'tags/review' => '/tools.html#tag-moderation', + 'tools/automatic_item_modification_by_age' => '/tools.html#automatic-item-modifications-by-age', 'tools/batchMod' => '/tools.html#batch-item-deletion', 'tools/batch_delete_records' => '/tools.html#batch-record-deletion', 'tools/batch_record_modification' => '/tools.html#batch-record-modification', -- 2.11.0