Bug 8843 [3.8.x] Cannot export bibliographic records by call number
authorOwen Leonard <oleonard@myacpl.org>
Wed, 21 Nov 2012 20:08:45 +0000 (15:08 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 13 Dec 2012 19:31:04 +0000 (08:31 +1300)
commit2ed3e852f14f11b6454dc3214c58735719ef88d9
tree27c632f332ee0188b85016ac5193173933e9c2d6
parent1ba19cdda919ab4ece758ee29413b3735040c1e9
Bug 8843 [3.8.x] Cannot export bibliographic records by call number

Reworked for 3.8.x: 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: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
tools/export.pl