http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3216

--- Comment #2 from Frédéric Demians <[email protected]> 2011-12-02 07:17:08 
UTC ---
Created attachment 6509
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6509
Proposed patch

To be tested on MARC21 and UNIMARC installations.

Following patches welcomed to use subfields for other facets than UNIMARC 70x.

On MARC21, nothing must change. To see a facet other subfields, tweak C4::Koha
getFacets(). For example, to have 650 field other subfields, replace:

{
    link_value  => 'su-to',
    label_value => 'Topics',
    tags        => ['650'],
    subfield    => 'a',
},

with:

{
    link_value  => 'su-to',
    label_value => 'Topics',
    tags        => ['650'],
    subfield    => 'abvxyz',
},

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to