Bug 14971: fix RIS export
commit906d2108b9054a68168219136d69e6d783f156fb
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Thu, 3 Dec 2015 12:19:17 +0000 (3 09:19 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 11 Dec 2015 16:28:27 +0000 (11 16:28 +0000)
tree94dac7ac8d6d291b60c15a13518b076756badaa3
parentf4b8c4ede9c83b1b78eb87c7fb31214299cbf2f2
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>
C4/Ris.pm