View | Details | Raw Unified | Return to bug 29523
Collapse All | Expand All

(-)a/Koha/Club/Hold.pm (-1 / +1 lines)
Lines 28-33 use base qw(Koha::Object); Link Here
28
use Koha::Exceptions;
28
use Koha::Exceptions;
29
use Koha::Exceptions::ClubHold;
29
use Koha::Exceptions::ClubHold;
30
use Koha::Club::Hold::PatronHold;
30
use Koha::Club::Hold::PatronHold;
31
use Koha::Club::Holds;
31
use Koha::Clubs;
32
use Koha::Clubs;
32
use Koha::Patrons;
33
use Koha::Patrons;
33
34
34
- 

Return to bug 29523