Bugzilla – Attachment 75822 Details for
Bug 12159
Duplicate borrower_add_additional_fields function
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12159: (QA follow-up) Silencing POD warn from qa tools
Bug-12159-QA-follow-up-Silencing-POD-warn-from-qa-.patch (text/plain), 754 bytes, created by
Marcel de Rooy
on 2018-06-05 14:49:20 UTC
(
hide
)
Description:
Bug 12159: (QA follow-up) Silencing POD warn from qa tools
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-06-05 14:49:20 UTC
Size:
754 bytes
patch
obsolete
>From e7f3a16b8db90346541b0da4feb21d28c067d545 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 5 Jun 2018 16:47:31 +0200 >Subject: [PATCH] Bug 12159: (QA follow-up) Silencing POD warn from qa tools >Content-Type: text/plain; charset=utf-8 > >*** ERROR: Spurious text after =cut at line 954 in file Koha/Patron.pm >--- > Koha/Patron.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index b2c4569..ea33e20 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -952,6 +952,7 @@ my $is_child = $patron->is_child > Return true if the patron has a category with a type Child (C) > > =cut >+ > sub is_child { > my( $self ) = @_; > return $self->category->category_type eq 'C' ? 1 : 0; >-- >2.1.4
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 12159
:
72902
|
73018
|
73019
|
74781
|
74782
|
74791
|
74792
|
75811
|
75812
|
75822
|
76945
|
76946
|
76947
|
77050
|
77051
|
77052
|
86166
|
86167
|
86168
|
86882
|
86883
|
86884
|
86885