28 Oct
2014
28 Oct
'14
12:36 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12788 --- Comment #25 from Tomás Cohen Arazi <tomascohen@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.