Bug 12674: GetMarcISSN should not return empty ISSN
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 29 Jul 2014 19:12:52 +0000 (16:12 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 1 Sep 2014 13:42:15 +0000 (10:42 -0300)
commitb23d5d84b07ce7011169c692ddc7569c9763c00e
treeecac5b2c8497f245115e3d59ddd3a7be6e158f8d
parentf5b26fd0ce2978d06813cfe0814f587d9ca15085
Bug 12674: GetMarcISSN should not return empty ISSN

This patch makes GetMarcISSN test for empty subfield before pushing to the
result array.

To test:
- Run the regression test
=> FAILS for all MARC flavours
- Apply the patch
- Run the regression test
=> SUCCESS: tests pass
- Sign off

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Biblio.pm