[Bug 3462] Link see alsos in authorities
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3462 --- Comment #15 from Paul Poulain <paul.poulain@biblibre.com> --- 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org