From d56d84a05b8c9e4fcdb6cec9b7465441a93439ad Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 7 Jul 2023 07:32:54 +0000 Subject: [PATCH] Bug 28966: (QA follow-up) Changes for Koha objects Trivial edits. --- Koha/Hold/HoldsQueueItem.pm | 4 +++- Koha/Hold/HoldsQueueItems.pm | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Koha/Hold/HoldsQueueItem.pm b/Koha/Hold/HoldsQueueItem.pm index 9493990cb3..5a97108132 100644 --- a/Koha/Hold/HoldsQueueItem.pm +++ b/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 diff --git a/Koha/Hold/HoldsQueueItems.pm b/Koha/Hold/HoldsQueueItems.pm index 4b99ed85a9..1b014582be 100644 --- a/Koha/Hold/HoldsQueueItems.pm +++ b/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 -- 2.30.2