https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28166
Mark Hofstetter <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120154|0 |1 is obsolete| | --- Comment #5 from Mark Hofstetter <[email protected]> --- Created attachment 120155 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=120155&action=edit Bug 28166: optionally add marc fields to authority search this patch creates a new syspref: AdditionalFieldsInZ3950AuthResultSearch, analogous to AdditionalFieldsInZ3950ResultSearch if this syspref is populated with with comma separated marc fields (eg '100, 400') those fields are displayed in in the z3950_auth_search C4/Breeding.pm was slightly modified to be able to use "_add_custom_field_rowdata" to add the additonal fields koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt was modified to display the "Addtional fields" conditionally testing: - add set values to AdditionalFieldsInZ3950AuthResultSearch the should show up in the auth_search - AdditionalFieldsInZ3950ResultSearch should also be tested as it is also concerned -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
