Bug 9809: Fix pod errors
FAIL C4/Reserves.pm FAIL pod in file C4/Reserves.pm *** ERROR: Spurious =cut command Test plan: perl -e "use Pod::Checker;podchecker('C4/Reserves.pm');" Should not return any errors. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
092a7e1b53
commit
64fcab9e51
1 changed files with 1 additions and 2 deletions
|
@ -396,7 +396,7 @@ sub GetReservesFromBorrowernumber {
|
|||
my $data = $sth->fetchall_arrayref({});
|
||||
return @$data;
|
||||
}
|
||||
#-------------------------------------------------------------------------------------
|
||||
|
||||
=head2 CanBookBeReserved
|
||||
|
||||
$canReserve = &CanBookBeReserved($borrowernumber, $biblionumber)
|
||||
|
@ -577,7 +577,6 @@ sub CanReserveBeCanceledFromOpac {
|
|||
|
||||
}
|
||||
|
||||
#--------------------------------------------------------------------------------
|
||||
=head2 GetReserveCount
|
||||
|
||||
$number = &GetReserveCount($borrowernumber);
|
||||
|
|
Loading…
Reference in a new issue