Fix handling of ranges in OpenILS::SIP::Patron::fine_items().
authorJason Stephenson <jason@sigio.com>
Mon, 22 Oct 2012 14:05:32 +0000 (10:05 -0400)
committerJason Stephenson <jason@sigio.com>
Wed, 30 Jan 2013 20:15:13 +0000 (15:15 -0500)
commit8a9e0dbf24dfe051f3f5deb96464a5aa34294d74
treedf7230ce5fedfdf9cf261cda66c395818c1e1a0a
parent4291d42794b0632c261037b8da13dc7f9973d9a6
Fix handling of ranges in OpenILS::SIP::Patron::fine_items().

When the client specifies a begin and end range for SIP2 fine items,
only the first fine item is returned. This is because of a typo on
line 646. The @fines array should be dereferenced there as @fines and
not $fines.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm