Bugzilla – Attachment 77052 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), 721 bytes, created by
Jonathan Druart
on 2018-07-17 14:36:26 UTC
(
hide
)
Description:
Bug 12159: (QA follow-up) Silencing POD warn from qa tools
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-07-17 14:36:26 UTC
Size:
721 bytes
patch
obsolete
>From 438b57fdcc7f67eec005ae88a7922fab1a49f400 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 > >*** 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 b2c456937d..ea33e20ae3 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.11.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 12159
:
72902
|
73018
|
73019
|
74781
|
74782
|
74791
|
74792
|
75811
|
75812
|
75822
|
76945
|
76946
|
76947
|
77050
|
77051
|
77052
|
86166
|
86167
|
86168
|
86882
|
86883
|
86884
|
86885