From a059b6459a84ffae56f9905a859dec6c058e7b39 Mon Sep 17 00:00:00 2001 From: Nicolas Legrand Date: Thu, 5 Nov 2020 13:53:22 +0100 Subject: [PATCH] Bug 24412 (follow-up): Fix POD Koha::Desk and not Koha::Library... --- Koha/Hold.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Hold.pm b/Koha/Hold.pm index 0472a4e..4bd087d 100644 --- a/Koha/Hold.pm +++ b/Koha/Hold.pm @@ -368,7 +368,7 @@ sub branch { =head3 desk -Returns the related Koha::Library object for this Hold +Returns the related Koha::Desk object for this Hold =cut -- 2.1.4