[Koha-bugs] [Bug 5337] acq EAN search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 17 08:20:03 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5337

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> 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.


More information about the Koha-bugs mailing list