@@ -, +, @@ --- Koha/Hold/HoldsQueueItem.pm | 4 +++- Koha/Hold/HoldsQueueItems.pm | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) --- a/Koha/Hold/HoldsQueueItem.pm +++ a/Koha/Hold/HoldsQueueItem.pm @@ -1,5 +1,7 @@ package Koha::Hold::HoldsQueueItem; +# Copyright 2023 Koha development team +# # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it @@ -27,7 +29,7 @@ use base qw(Koha::Object); =head1 NAME -Koha::Hold::HoldsQueueItem - Koha hold cancellation request Object class +Koha::Hold::HoldsQueueItem - Koha holds queue items object class =head1 API --- a/Koha/Hold/HoldsQueueItems.pm +++ a/Koha/Hold/HoldsQueueItems.pm @@ -1,5 +1,7 @@ package Koha::Hold::HoldsQueueItems; +# Copyright 2023 Koha development team +# # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it @@ -17,7 +19,6 @@ package Koha::Hold::HoldsQueueItems; use Modern::Perl; - use Koha::Database; use Koha::Hold::HoldsQueueItem; @@ -26,7 +27,7 @@ use base qw(Koha::Objects); =head1 NAME -Koha::Hold::HoldsQueueItems - Koha hold cancellation requests Object set class +Koha::Hold::HoldsQueueItems - Koha holds queue items object set class =head1 API --