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

--- Comment #4 from Frédéric Demians <[email protected]> 2011-12-02 14:27:29 
UTC ---
(In reply to comment #3)
> This looks like it would work for UNIMARC 700 pretty well... but not
> so much for MARC21 650.  The separator is hardcoded to ", "; for
> MARC21 650, it should be '--' usually.

You're correct.

> Examples:

> MARC21 650
> {
>     link_value  => 'su-to',
>     label_value => 'Topics',
>     tags        => ['650abvxyz'],
>     subfield_sep    => '--',
> }  # this still won't solve the issue of ordering the subfields

As it is coded, subfields are displayed as they are found in the field,
which seems good for me. Isn't it?

I will take a look and will implement your improved data structure. Be
prepare to test...

-- 
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