Bugzilla – Attachment 32951 Details for
Bug 11401
Add support for Norwegian national library card
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 11401 - QA followup - fix pod
PASSED-QA-Bug-11401---QA-followup---fix-pod.patch (text/plain), 1.44 KB, created by
Katrin Fischer
on 2014-10-29 22:55:03 UTC
(
hide
)
Description:
[PASSED QA] Bug 11401 - QA followup - fix pod
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-10-29 22:55:03 UTC
Size:
1.44 KB
patch
obsolete
>From 7d624e098f073261ef6610894da8c218f10959fb Mon Sep 17 00:00:00 2001 >From: Magnus Enger <digitalutvikling@gmail.com> >Date: Wed, 29 Oct 2014 10:31:26 +0100 >Subject: [PATCH] [PASSED QA] Bug 11401 - QA followup - fix pod > >The QA script was complaining about some dodgy POD in C4/Members.pm, >that was not introduced by bug 11401. This patch fixes the POD, to >keep the QA script happy. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > C4/Members.pm | 10 ++++------ > 1 file changed, 4 insertions(+), 6 deletions(-) > >diff --git a/C4/Members.pm b/C4/Members.pm >index c6115b2..3302888 100644 >--- a/C4/Members.pm >+++ b/C4/Members.pm >@@ -610,7 +610,8 @@ sub GetMember { > > C<GetMemberRelatives> returns a borrowersnumber's list of guarantor/guarantees of the member given in parameter > >-=cut >+=cut >+ > sub GetMemberRelatives { > my $borrowernumber = shift; > my $dbh = C4::Context->dbh; >@@ -1676,6 +1677,7 @@ sub GetBorrowercategory { > $categorycode = &GetBorrowerCategoryCode( $borrowernumber ); > > Given the borrowernumber, the function returns the corresponding categorycode >+ > =cut > > sub GetBorrowerCategorycode { >@@ -2224,17 +2226,13 @@ sub GetBorrowersNamesAndLatestIssue { > > =head2 ModPrivacy > >-=over 4 >- >-my $success = ModPrivacy( $borrowernumber, $privacy ); >+ my $success = ModPrivacy( $borrowernumber, $privacy ); > > Update the privacy of a patron. > > return : > true on success, false on failure > >-=back >- > =cut > > sub ModPrivacy { >-- >1.9.1
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 11401
:
30752
|
31710
|
31711
|
31815
|
31816
|
32546
|
32607
|
32888
|
32889
|
32890
|
32949
|
32950
| 32951 |
32952
|
33528
|
33570
|
33582