Summary: | Adapt cataloguing plugin unimarc 210$c for MARC21 260$b and normac | ||
---|---|---|---|
Product: | Koha | Reporter: | Chris Cormack <chris> |
Component: | Cataloging | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | frederic.durand, irma, koha.sekjal, paul.poulain |
Version: | 3.4 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 5574 | ||
Attachments: |
Proposed Patch
new plugin 210c |
Description
Chris Cormack
2011-02-04 00:18:13 UTC
Created attachment 3066 [details] [review] Proposed Patch This bug is mentioned in: Bug 5692 : Create 210c alternate plugin and use zebra instead of mysql http://lists.koha-community.org/pipermail/koha-patches/2011-February/013767.html This plugin is related to UNIMARC. It adds an alternative plugin for unimarc 210$c field (editor). The plugin uses AJAX to get the editor name from the ISBN If the database already contains a book with the same publisher ISBN, then the publisher name is automatically inserted into the publisher field. This plugin may work for MARC21 as well, I don't think it's specific to UNIMARC. (I don't sign-off this patch, but it's synch'ed with BibLibre version on git.biblibre.com, that works well) Created attachment 3733 [details] [review] new plugin 210c Replacement patch. Precedent patch call an inexistant script (ysearchzebra.pl) Last patch for 210$c is ok. But we need to add some explainations about that bug and patch: - at the end this patch allows to have a new plugin for 210$c working fine. And when editing a biblio auto completion is activated to get a list of publishers. That s all this plugin does. - about the fact that it could insert directly the publisher's name into the subfield after checking ISBN in the base, it does not apply at all. To use this fonction you just need to use the plugin unimarc_field_010.pl in fact. Signed off patch not on the mailing list or attached Pushed, please test #5692 provides a neat plugin for unimarc field 210$c. This would also be useful for MARC21 and nomarc systems. Here are 2 books by the same publisher: Women's Press (London) for testing: Title: Is he worth it? ISBN: 0704349701 Title: Marriage as a trade ISBN: 070433870X Irma, does it mean you tried with MARC21 and it worked, or you tried just with an UNIMARC setup ? or you didn't tried ? (ie: what to do next with this bug) There have been no further reports of problems so I am marking this bug resolved. |