https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15933 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 106851 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106851&action=edit Bug 15933: Add cataloguing plugin to search for existing publishers in other records This patch adds a new cataloging plugin for MARC21 installations, marc21_field-260b.pl. When enabled it provides autocomplete for publisher name, pulling existing data from biblioitems.publishercode. To test, apply the patch and enable the plugin: - Go to Administration -> MARC bibliographic framework -> MARC structure -> 260 -> Edit subfields -> Subfield b -> Other options. - Set "Plugin" to marc21_field_260b.pl. - Go to Cataloging and edit or create a record. - Under tab 2 click the field for 260$b. Start typing a publisher name. A dropdown should appear with matching publishers. - Selecting one of the results should populate the form field with that information. -- You are receiving this mail because: You are watching all bug changes.