Bug 11066: make RIS and Bibtex exports RDA compatible
authorJoy Nelson <joy@bywatersolutions.com>
Sat, 26 Oct 2013 04:14:48 +0000 (00:14 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 3 Jan 2014 15:54:38 +0000 (15:54 +0000)
commit12feed267c84e7e68aacc988aed70af93a5a4f61
tree0b76ef067a14e799473df0d7b090de5e776e7b31
parent211acdd30b000af33f1bb70b33356b8ac945f451
Bug 11066: make RIS and Bibtex exports RDA compatible

RIS and Bibtex exports from staff side and OPAC edited to
allow for additional publisher RDA tag (264).  Script will
look first for 264 then fall back to 260 when pulling publisher
data from MARC21 records.

Test Plan:
1. Create RDA and non RDA record
2. In OPAC, export both as RIS and Bibtex - verify publisher information
   is exported
3. On staff side, export records as RIS and Bibtex, verify publisher
   information is exported.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Fixed some tabs pointed out by the QA script.
Works nicely in my tests, no regressions found.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Record.pm
C4/Ris.pm