Bugzilla – Attachment 95957 Details for
Bug 24149
Add new Koha::Statistic[s] classes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24149: Add Koha::Statistic->item
Bug-24149-Add-KohaStatistic-item.patch (text/plain), 956 bytes, created by
Jonathan Druart
on 2019-12-03 16:41:49 UTC
(
hide
)
Description:
Bug 24149: Add Koha::Statistic->item
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-12-03 16:41:49 UTC
Size:
956 bytes
patch
obsolete
>From bc6ab1169acc999d9a37bae6a28a1a7045ae81b6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 26 Nov 2019 19:44:47 +0100 >Subject: [PATCH] Bug 24149: Add Koha::Statistic->item > >Sponsored-by: Association KohaLa - https://koha-fr.org/ >--- > Koha/Statistic.pm | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > >diff --git a/Koha/Statistic.pm b/Koha/Statistic.pm >index 90f288e683..41d58d00b5 100644 >--- a/Koha/Statistic.pm >+++ b/Koha/Statistic.pm >@@ -20,6 +20,7 @@ use Modern::Perl; > use Carp; > > use Koha::Database; >+use Koha::Items; > > use base qw(Koha::Object); > >@@ -31,6 +32,19 @@ Koha::Statistic - Koha Statistic Object class > > =head2 Class methods > >+=head3 item >+ >+my $item = $statistic->item; >+ >+Return the item associated to this statistic. >+ >+=cut >+ >+sub item { >+ my ( $self ) = @_; >+ return Koha::Items->find( $self->itemnumber ); >+} >+ > =head2 Internal methods > > =head3 _type >-- >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 24149
:
95956
|
95957
|
95958
|
97239
|
97776
|
97777
|
97778
|
97779
|
97858