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

--- Comment #25 from Tomás Cohen Arazi <[email protected]> ---
(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.
_______________________________________________
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