Bugzilla – Attachment 80230 Details for
Bug 18591
Allow an arbitrary number of comments on ILLs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18591: (follow-up) Add more POD
Bug-18591-follow-up-Add-more-POD.patch (text/plain), 2.38 KB, created by
Andrew Isherwood
on 2018-10-08 16:08:28 UTC
(
hide
)
Description:
Bug 18591: (follow-up) Add more POD
Filename:
MIME Type:
Creator:
Andrew Isherwood
Created:
2018-10-08 16:08:28 UTC
Size:
2.38 KB
patch
obsolete
>From a36901d67c9a0f30d1a9316122cd42aa08626fd0 Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Fri, 5 Oct 2018 14:31:48 +0100 >Subject: [PATCH] Bug 18591: (follow-up) Add more POD > >--- > Koha/Illcomment.pm | 8 ++++++++ > Koha/Illcomments.pm | 46 +++++++++++++++++++++++++++++++++++++++++++++- > 2 files changed, 53 insertions(+), 1 deletion(-) > >diff --git a/Koha/Illcomment.pm b/Koha/Illcomment.pm >index 931f235ded..3b69e3d673 100644 >--- a/Koha/Illcomment.pm >+++ b/Koha/Illcomment.pm >@@ -30,6 +30,10 @@ Koha::Illcomment - Koha Illcomment Object class > > =head3 patron > >+ my $patron = Koha::Illcomment->patron; >+ >+Return the patron object associated with this comment >+ > =cut > > sub patron { >@@ -43,6 +47,10 @@ sub patron { > > =head3 _type > >+ my $type = Koha::IllComment->_type; >+ >+Return this object's type >+ > =cut > > sub _type { >diff --git a/Koha/Illcomments.pm b/Koha/Illcomments.pm >index a0f18e33e9..060fa802bc 100644 >--- a/Koha/Illcomments.pm >+++ b/Koha/Illcomments.pm >@@ -1,18 +1,62 @@ > package Koha::Illcomments; > >-# TODO Add POD >+# Copyright Magnus Enger Libriotech 2017 >+# >+# This file is part of Koha. >+# >+# Koha is free software; you can redistribute it and/or modify it under the >+# terms of the GNU General Public License as published by the Free Software >+# Foundation; either version 3 of the License, or (at your option) any later >+# version. >+# >+# Koha is distributed in the hope that it will be useful, but WITHOUT ANY >+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS >+# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more >+# details. >+# >+# You should have received a copy of the GNU General Public License along with >+# Koha; if not, write to the Free Software Foundation, Inc., 51 Franklin >+# Street, Fifth Floor, Boston, MA 02110-1301 USA. > > use Modern::Perl; > use Koha::Database; > use Koha::Illcomment; > use base qw(Koha::Objects); > >+=head1 NAME >+ >+Koha::Illcomments - Koha Illcomments Object class >+ >+=head2 Internal methods >+ >+=head3 _type >+ >+ my $type = Koha::IllComments->_type; >+ >+Return this object's type >+ >+=cut >+ > sub _type { > return 'Illcomments'; > } > >+=head3 object_class >+ >+ my $class = Koha::IllComments->object_class; >+ >+Return this object's class name >+ >+=cut >+ > sub object_class { > return 'Koha::Illcomment'; > } > >+=head1 AUTHOR >+ >+Magnus Enger <magnus@libriotech.no> >+ >+=cut >+ > 1; >-- >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 18591
:
69234
|
69272
|
69273
|
69274
|
69275
|
74964
|
74965
|
74966
|
79518
|
79519
|
80077
|
80078
|
80079
|
80081
|
80084
|
80101
|
80102
|
80103
|
80104
|
80105
|
80227
|
80228
|
80229
| 80230