From 3fd2dad7567c8b0f94f7ef2430834dec5b5391e3 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 --- 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 2507cc1..876e0cd 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.1.4