https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28166 --- Comment #18 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Mark Hofstetter from comment #12)
Must fix: - the call from _handle_one_result should be updated to pass the biblio related preference to the updated routine
=> I really don't understand this one, "_handle_one_result" is only used for bibs so nothing changes here
_handle_one_result calls _add_custom_field_rowdata Previously _add_custom_field_rowdata fetched the system preference 'AdditionalFieldsInZ3950ResultSearch' After these patches it expects to receive the additional fields in a parameter, we need to update the call C4/Biblio.pm: 317 $row = _add_custom_field_rowdata($row, $marcrecord); -- You are receiving this mail because: You are watching all bug changes.