From 8d644a0204157b00e6bf30f07be3c79ec6ee7f34 Mon Sep 17 00:00:00 2001
From: Martin Renvoize <martin.renvoize@ptfs-europe.com>
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 <tomascohen@theke.io>
---
 Koha/Club/Hold.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Koha/Club/Hold.pm b/Koha/Club/Hold.pm
index 9c1bbc7a70..18390559c7 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.40.0