Bugzilla – Attachment 41902 Details for
Bug 9809
Get rid of reserveconstraints
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9809: Fix pod errors
Bug-9809-Fix-pod-errors.patch (text/plain), 1.23 KB, created by
Jonathan Druart
on 2015-08-25 11:37:36 UTC
(
hide
)
Description:
Bug 9809: Fix pod errors
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-08-25 11:37:36 UTC
Size:
1.23 KB
patch
obsolete
>From f0cb8589815d1775e21a76ee5562849ab6a5e91d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 25 Aug 2015 12:28:09 +0100 >Subject: [PATCH] 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> >--- > C4/Reserves.pm | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index f0fc845..63bec4e 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -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); >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9809
:
37638
|
40733
|
40734
|
40735
|
40736
|
40737
|
40738
|
41754
|
41755
|
41756
|
41757
|
41758
|
41759
|
41760
|
41761
|
41767
|
41768
|
41769
|
41770
|
41771
|
41772
|
41773
|
41774
|
41809
|
41810
|
41811
|
41812
|
41813
|
41814
|
41815
|
41816
|
41817
|
41845
|
41848
|
41849
|
41850
|
41851
|
41852
|
41892
|
41893
|
41894
|
41895
|
41896
|
41897
|
41898
|
41899
|
41900
|
41901
| 41902 |
41903