[Koha-bugs] [Bug 12672] GetMARCISBN should return the corresponding subfield

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 29 19:00:48 CEST 2014


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

--- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 30296
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30296&action=edit
Bug 12672: GetMarcISBN should return the corresponding subfield

The current GetMarcISBN implementation returns an array of ISBN
in which all subfields of a ISBN field occurence are appended.

For example, in MARC21, if you have $a and $c defined, they will
be appended for output. This happens for $z.

To reproduce:
- Run the regression tests attached to this bug.

To test:
- Apply the patch, regression tests pass.
- Sign off

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list