Bugzilla – Attachment 54368 Details for
Bug 15407
Move the patron categories related code to Koha::Patron::Categories - part 2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15407: (follow-up) Koha::Patron::Categories - replace C4::Category->al
Bug-15407-follow-up-KohaPatronCategories---replace.patch (text/plain), 998 bytes, created by
Marcel de Rooy
on 2016-08-12 11:46:12 UTC
(
hide
)
Description:
Bug 15407: (follow-up) Koha::Patron::Categories - replace C4::Category->al
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-08-12 11:46:12 UTC
Size:
998 bytes
patch
obsolete
>From fe30d20020810d704cd438ffc370dcc8b497ff7d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 12 Aug 2016 11:05:46 +0100 >Subject: [PATCH] Bug 15407: (follow-up) Koha::Patron::Categories - replace > C4::Category->al >Content-Type: text/plain; charset=utf-8 > >Categories.GetName should not have been removed in the previous patch >(merge conflict issue). > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Template/Plugin/Categories.pm | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/Koha/Template/Plugin/Categories.pm b/Koha/Template/Plugin/Categories.pm >index 5eb4c95..2a7ae53 100644 >--- a/Koha/Template/Plugin/Categories.pm >+++ b/Koha/Template/Plugin/Categories.pm >@@ -26,6 +26,12 @@ sub all { > return Koha::Patron::Categories->search_limited; > } > >+sub GetName { >+ my ( $self, $categorycode ) = @_; >+ >+ return Koha::Patron::Categories->find( $categorycode )->description; >+} >+ > 1; > > =head1 NAME >-- >1.7.10.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 15407
:
45906
|
45907
|
45908
|
45909
|
45910
|
45913
|
45914
|
47098
|
47099
|
47100
|
47101
|
47102
|
47646
|
47647
|
47648
|
47649
|
47650
|
47754
|
47755
|
47756
|
47757
|
47758
|
50170
|
50171
|
50172
|
50173
|
50174
|
52013
|
52014
|
52015
|
52032
|
52033
|
52034
|
52035
|
52036
|
53419
|
53420
|
53421
|
53422
|
53423
|
53892
|
54342
|
54343
|
54344
|
54345
|
54346
|
54352
|
54353
|
54355
|
54361
|
54362
|
54363
|
54364
|
54365
|
54366
|
54367
| 54368 |
54369
|
54371
|
55517