Bugzilla – Attachment 54355 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), 894 bytes, created by
Jonathan Druart
on 2016-08-12 10:06:57 UTC
(
hide
)
Description:
Bug 15407: (follow-up) Koha::Patron::Categories - replace C4::Category->al
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-08-12 10:06:57 UTC
Size:
894 bytes
patch
obsolete
>From e6447a1795cd988e0a3d2ae7c5b7b7231608061c 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 > >Categories.GetName should not have been removed in the previous patch >(merge conflict issue). >--- > 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 >-- >2.8.1
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