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

--- Comment #15 from Paul Poulain <[email protected]> ---
Testing with UNIMARC before pushing, I can't see any difference before and
after the patch.

In AuthoritiesMarc.pm, there is some code related to that:
    if (C4::Context->preference('marcflavour') eq 'UNIMARC') {
# construct UNIMARC summary, that is quite different from MARC21 one
# accepted form
        foreach my $field ($record->field('2..')) {
            push @authorized
        }
        foreach my $field ($record->field('3..')) {
            push @notes
        }
        foreach my $field ($record->field('4..')) {
 push @seefrom
        }
        foreach my $field ($record->field('5..')) {
 push @seealso
        }

I have 400 and 500 in my record (just freshly added, and can't see anything
appearing :\

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
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