From e33aab635a11bef73552be2e35f24cce2bbf4f7c Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Tue, 2 Dec 2025 12:14:24 +0000 Subject: [PATCH] Bug 41352: Add link to the manual for the Bookings to Collect page To test: - Go to Circulation > Bookings to collect - Click Help - Verify it links to the correct manual section Signed-off-by: David Nind --- Koha/Manual.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Manual.pm b/Koha/Manual.pm index ddb8d749b5..078c57a865 100644 --- a/Koha/Manual.pm +++ b/Koha/Manual.pm @@ -196,6 +196,7 @@ our $mapping = { 'circ/offline' => '/circulation.html#offline-circulation-in-koha', 'circ/on-site_checkouts' => '/circulation.html#pending-on-site-checkouts', 'circ/overdue' => '/circulation.html#overdues', + 'circ/pendingbookings' => '/circulation.html#bookings-to-collect', 'circ/pendingreserves' => '/circulation.html#holds-to-pull', 'circ/renew' => '/circulation.html#renewing', 'circ/reserveratios' => '/circulation.html#hold-ratios', -- 2.39.5