From 62f605c5086001484a9df4335b1e352c127ab9f4 Mon Sep 17 00:00:00 2001 From: Andrew Moore Date: Tue, 12 Aug 2008 10:11:41 -0500 Subject: [PATCH] Bug 2400 [6/18]: fixing pod syntax in C4/Serials.pm Signed-off-by: Galen Charlton --- C4/Serials.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/C4/Serials.pm b/C4/Serials.pm index 768aa7c69f..4ca031299e 100644 --- a/C4/Serials.pm +++ b/C4/Serials.pm @@ -297,6 +297,7 @@ sub GetSerialInformation { $data = AddItem2Serial($serialid,$itemnumber); Adds an itemnumber to Serial record + =back =cut @@ -317,6 +318,7 @@ UpdateClaimdateIssues($serialids,[$date]); Update Claimdate for issues in @$serialids list with date $date (Take Today if none) + =back =cut @@ -723,6 +725,7 @@ as well as the number of issues registered in the database (all types) this number is used to see if a subscription can be deleted (=it must have only 1 issue) FIXME: We should return \@serials. + =back =cut @@ -2113,6 +2116,7 @@ sub getsupplierbyserialid { this function checks to see if a serial has a routing list and returns the count of routingid used to show either an 'add' or 'edit' link + =back =cut @@ -2802,8 +2806,6 @@ sub itemdata { 1; __END__ -=back - =head1 AUTHOR Koha Developement team -- 2.39.5