Bug 8843 - Cannot export bibliographic records by call number
authorOwen Leonard <oleonard@myacpl.org>
Fri, 28 Sep 2012 14:48:16 +0000 (10:48 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 12 Oct 2012 14:38:50 +0000 (16:38 +0200)
commitcaec1ddfa48b3bf8581b27dc45cba404a47d4a27
tree22ce8f73f73297eac6ccde6d9a2326fb2f06e6a1
parent63145eb3d25ef1863f57c3f65cc3c47c4c0e4020
Bug 8843 - Cannot export bibliographic records by call number

When building the query for exports by call number the script
has the logic reversed. It tries to select records with call
numbers less than the starting call number and greater than
the ending call number. This should be reversed.

To test, test an export in an unpatched system. An export by
call number will return an empty file. After applying the patch
an export by call number should give valid results.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Works as expected.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
tools/export.pl