[Koha-bugs] [Bug 28166] Optionally add MARC fields to authority search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 3 17:21:19 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28166

--- Comment #18 from Nick Clemens <nick at 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.


More information about the Koha-bugs mailing list