From 9ac0525eff04e77b0648608f8a70ab2f09231013 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. --- 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.20.1