Bugzilla – Attachment 61483 Details for
Bug 17500
Use Elasticsearch to search for patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17500: Display branchname and category description
Bug-17500-Display-branchname-and-category-descript.patch (text/plain), 1.47 KB, created by
Nick Clemens (kidclamp)
on 2017-03-22 16:43:45 UTC
(
hide
)
Description:
Bug 17500: Display branchname and category description
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-03-22 16:43:45 UTC
Size:
1.47 KB
patch
obsolete
>From 29fd0e93c84157e195325951b1f37ddd2c3f639a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 26 Oct 2016 12:40:49 +0200 >Subject: [PATCH] Bug 17500: Display branchname and category description > >TODO display category_type >--- > .../intranet-tmpl/prog/en/modules/members/tables/members_results.tt | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt >index 666b59c..37663b0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt >@@ -1,5 +1,7 @@ > [% USE To %] > [% USE AuthorisedValues %] >+[% USE Branches %] >+[% USE Categories %] > [% USE KohaDates %] > [% USE Price %] > { >@@ -20,9 +22,9 @@ > "dt_dateofbirth": > "[% data.dateofbirth | $KohaDates %]", > "dt_category": >- "[% data.category_description |html %] ([% data.category_type |html %])", >+ "[% Categories.GetName( data.categorycode ) |html %] ([% data.category_type |html %])", > "dt_branch": >- "[% data.branchname |html %]", >+ "[% Branches.GetName( data.branchcode ) |html %]", > "dt_dateexpiry": > "[% data.dateexpiry %]", > "dt_od_checkouts": >-- >2.1.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 17500
:
56867
|
56868
|
56869
|
56870
|
56871
|
56872
|
61481
|
61482
| 61483 |
61484
|
61485
|
61486
|
61487