From 28195c6b2e5acf3e22baadee13f83ba80035e96e Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 9 Oct 2025 15:22:04 +0200 Subject: [PATCH] Bug 40985: Clarify POD of Holds->filter_by_found Content-Type: text/plain; charset=utf-8 Test plan: Read POD. Signed-off-by: Marcel de Rooy --- Koha/Holds.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Holds.pm b/Koha/Holds.pm index abf0ca3e55..7c6d5b9f50 100644 --- a/Koha/Holds.pm +++ b/Koha/Holds.pm @@ -37,8 +37,8 @@ Koha::Holds - Koha Hold object set class my $found_holds = $holds->filter_by_found; -Returns a filtered resultset without holds that are considered I. -i.e. 'P', 'T' and 'W'. +Returns a set of holds that are considered I. +Having the code 'P', 'T' or 'W'. =cut -- 2.39.5