http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10462
--- Comment #6 from M. de Rooy <[email protected]> --- Created attachment 19366 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19366&action=edit 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 <[email protected]> Tested this on a fresh French install under UNIMARC with BNF server. Tested it too for MARC21. -- You are receiving this mail because: 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/
