Bugzilla – Attachment 61597 Details for
Bug 18322
Add facets for ccode to zebra
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[QA Followup] Add a facet for ccode fields to Zebra (UNIMARC)
QA-Followup-Add-a-facet-for-ccode-fields-to-Zebra-.patch (text/plain), 813 bytes, created by
Martin Renvoize (ashimema)
on 2017-03-24 09:05:21 UTC
(
hide
)
Description:
[QA Followup] Add a facet for ccode fields to Zebra (UNIMARC)
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2017-03-24 09:05:21 UTC
Size:
813 bytes
patch
obsolete
>From 79ce35a7708c24c1fff5259a75cb6f5d1c1aca52 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 24 Mar 2017 09:04:13 +0000 >Subject: [PATCH] [QA Followup] Add a facet for ccode fields to Zebra (UNIMARC) > >https://bugs.koha-community.org/show_bug.cgi?id=18322 >--- > C4/Koha.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/C4/Koha.pm b/C4/Koha.pm >index fba2ffd..9c1de80 100644 >--- a/C4/Koha.pm >+++ b/C4/Koha.pm >@@ -520,6 +520,11 @@ sub getFacets { > idx => 'location', > label => 'Location', > tags => [ qw/ 995e / ], >+ }, >+ { >+ idx => 'ccode', >+ label => 'CollectionCodes', >+ tags => [ qw / 955h / ], > } > ]; > >-- >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 18322
:
61581
|
61597
|
61612
|
61643
|
61657
|
67823
|
75997
|
76007
|
76008
|
76009
|
76021
|
76023
|
76024
|
76025
|
76026