Bug 14971: fix RIS export
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Thu, 3 Dec 2015 12:19:17 +0000 (09:19 -0300)
committerJulian Maurice <julian.maurice@biblibre.com>
Mon, 14 Dec 2015 07:28:19 +0000 (08:28 +0100)
commitf6d9e04b886c3d7d9378732f9cdc3eedffed8659
tree47276ce248f5d1d6d42bc9adad514444d7b8cd8e
parentccdc2288a6279aa3745ffa2040cc489c0b71f196
Bug 14971: fix RIS export

This patch removes a limit in RIS.pm print_isbn sub.

To test:
1) Find in opac a book with an isbn with length(isbn) > 10
(with dashes or isbn13)
2) Export record to RIS format, check truncated SN field
in exported file
3) Apply the patch
4) Export again, no more truncation

Signed-off-by: jvr <jvr@fct.unl.pt>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 906d2108b9054a68168219136d69e6d783f156fb)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Ris.pm