[Koha-bugs] [Bug 12788] Refine search displays 4xx fields from authority records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 28 00:36:21 CET 2014


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

--- Comment #25 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to mathieu saby from comment #24)
> Do you know if the issue was also occuring for UNIMARC Koha?
> 
> M. Saby

It was also occuring to UNIMARC. Because the original code

foreach my $field (@fields) {
    # If $field->indicator(1) eq 'z', it means it is a 'see from'
    # field introduced because of IncludeSeeFromInSearches, so skip it
    next if $field->indicator(1) eq 'z';

Applied to all fields no matter the flavour.

The bug was introduced by me and happened in 3.16.0, with the patches for bug
11096.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list