Bug 10462: Followup for showing multiple ISBNs in Z3950 response
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 3 Jul 2013 12:26:56 +0000 (14:26 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 24 Jul 2013 16:32:47 +0000 (16:32 +0000)
commit7e83c7ea3857a7dcca5ae610d63382c2674a1846
tree64ac9c1087702b19ea000a330c35b3dab6e9f4ad
parent52dad05b456e17bdce1ea71baf55e8e6707f77e7
Bug 10462: Followup for showing multiple ISBNs in Z3950 response

As Jonathan correctly noted, the new Z3950 response only showed one isbn
although more isbn numbers could be in the record and would be imported.
To resolve this display problem, I traverse them all now in the updated
routine _isbn_show. There is no change in the imported records.
Note that before this patch TransformMarcToKoha did put all isbn numbers in
one field, separated by pipes (for display only). This behavior is restored
now. The three regexes on the individual isbn numbers now seem to be
overkill, but I left them there for completeness.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Tested this on a fresh French install under UNIMARC with BNF server.
Tested it too for MARC21.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Breeding.pm