From a314e999a69cdd3851e5f0d80eac6d1887f18a41 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 Content-Type: text/plain; charset=utf-8 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 Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy --- 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.30.2