From 96d3d9071aaa94b2a5d24eed862bd1703f4fd8f5 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 26 Nov 2021 14:47:12 +0000 Subject: [PATCH] Bug 29523: (QA follow-up) Fix failing test in club holds With this patch series, all singular objects need to 'use' their plural counterparts.. otherwise the parent can't find search_related. Signed-off-by: Tomas Cohen Arazi --- Koha/Club/Hold.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Club/Hold.pm b/Koha/Club/Hold.pm index fbf35f4314..fe51f7d560 100644 --- a/Koha/Club/Hold.pm +++ b/Koha/Club/Hold.pm @@ -28,6 +28,7 @@ use base qw(Koha::Object); use Koha::Exceptions; use Koha::Exceptions::ClubHold; use Koha::Club::Hold::PatronHold; +use Koha::Club::Holds; use Koha::Clubs; use Koha::Patrons; -- 2.34.1