]> git.koha-community.org Git - koha.git/commit
Bug 13296 - error when using z3950 with UNIMARC authorities
authorFridolin Somers <fridolin.somers@biblibre.com>
Wed, 19 Nov 2014 10:56:54 +0000 (11:56 +0100)
committerMason James <mtj@kohaaloha.com>
Mon, 22 Dec 2014 18:58:30 +0000 (07:58 +1300)
commit08a938597e3649d80eea63347787d7bbbe6d0086
tree4d2666dcea72bb5bd571256f10d04c63a9f08cf5
parente6d2e7849f2e0f81cc907083206c37d641efecbd
Bug 13296 - error when using z3950 with UNIMARC authorities

When using a z3950 connexion with UNIMARC authorities, you get an error :
Unsupported UNIMARC character encoding [ ] for XML output for UNIMARCAUTH; 100$a -> 20141119

I've seen thant Bug 2060 when adds authorities import adds a special behavior for UNIMARC : marc flavor must be UNIMARCAUTH instead of just UNIMARC.

This patch adds the same behavior when using z3950 connexion and import.

Test plan :
 - Use a UNIMARC install
 - Define a z3950 connexion for UNIMARC authorities
 - Go to Authorities module
 - Click on "New from Z39.50"
 - Perform a search
=> Without patch : you get the error
=> With patch : you get results
 - Import one result
=> You get the authoritie creation form with all datas
You may check same plan with MARC21 install

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
NOTE: depending on the target, the syntax in the configuration
might not be UNIMARC, but MARC21/USMARC instead!
Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/Breeding.pm