From fc3d81f8103da62ea24ec1074405064124c163b6 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Mon, 18 Jun 2018 15:15:31 +0000 Subject: [PATCH] Bug 20934: (QA follow-up) Fix pod in Koha::Old::Checkout Test plan: Run qa tools - it shouldn't complain about pod levels Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens (cherry picked from commit 97b2bb8e7385c6af4d07666ce51df68b3bda8875) Signed-off-by: Martin Renvoize --- Koha/Old/Checkout.pm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Koha/Old/Checkout.pm b/Koha/Old/Checkout.pm index 2507cc1326..876e0cd18d 100644 --- a/Koha/Old/Checkout.pm +++ b/Koha/Old/Checkout.pm @@ -21,6 +21,14 @@ use Koha::Database; use base qw(Koha::Object); +=head1 NAME + +Koha::Old:Checkout - Koha checkout object for returned items + +=head1 API + +=head2 Class Methods + =head3 item my $item = $checkout->item; @@ -49,10 +57,6 @@ sub patron { return Koha::Patron->_new_from_dbic( $patron_rs ); } - - - - sub _type { return 'OldIssue'; } -- 2.20.1