http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5337
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Katrin Fischer <[email protected]> 2012-01-17 07:20:03 UTC --- Hi Matthias, some first notes about this: 1) Patch includes a change to kohaversion.pl but should better not change this file. ( our $VERSION = '3.02.00.059'; ) 2) The new mapping is only introduced to en and fr-FR UNIMARC frameworks. I think it should include all UNIMARC frameworks (it-IT,...?) for consistency. I think for MARC21 the EAN would go here: http://www.loc.gov/marc/bibliographic/bd024.html Display Constants - EAN is carried in the MARC record without the internal hyphens or spaces. Hyphens, spaces, and introductory words may be system generated as display constants associated with first indicator value 3 and the content of subfields $a, $d, and $z. Content designated field: 024 3#$a9780838934326$d90000 The value is depending on an indicator which certainly complicates things. We currently don't support indicators in our mappings - so I am not sure we will be able to make use of this feature for MARC21. I think for documentation we should note that this feature is currently limited to UNIMARC? 3) There is a (left over?) warn in Serials.pm + warn Data::Dumper::Dumper(@bind_params); I am not sure how to continue testing here, because I currently have no UNIMARC database and data. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
