]> git.koha-community.org Git - koha.git/commit
Bug 5230: Call number ranges in export don't give expected results.
authorD Ruth Bavousett <ruth@bywatersolutions.com>
Fri, 11 Feb 2011 01:22:27 +0000 (20:22 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 14 Feb 2011 02:40:13 +0000 (21:40 -0500)
commitd7aaab74d2954a44f46da0d72ead64007cae654c
treedd4c4297661002e05ab3cc639ea8883b84c5d0c3
parent4f6da0b51b09d98f9fc71eef7c2c82847d4a62b4
Bug 5230: Call number ranges in export don't give expected results.

If you entered low number and high number, you got only items that *exactly* matched either entry (if any).
If you enter only a low number, you got everying *lower* than that.
If you enter only a high number, you get everything *higher* than that.

This was a greater-than-less-than problem.

Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 050466ce2bfbb06108c32ca388a7acca3dca2e4c)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
tools/export.pl